summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-08-17 18:26:08 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-08-17 18:32:07 +0100
commite8e86723959ffd4ab6d6b320538ec0e86f828798 (patch)
treee2202b31f7758f128c8790986bbc463e699f72ac /doc
parent770feb2f08f38dc1ac8e484659c60c8dd76d370c (diff)
Unbreak utf8clean testcase.
Broken by my compile quitening; the issue was a variable declared local in a loop body and used for carrying data from one iteration to the next. I'd blindly added an initialiser, destroying the data. However, I *think* that compilers might be at liberty to not use the same location for separate iterations; if so the code was broken (and only worked by chance). Fix by moving the declaration outside the loop.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions