Fix code to search for \x01 characters (ICU mode)
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 21 Jan 2013 11:23:54 +0000 (12:23 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 21 Jan 2013 11:23:54 +0000 (12:23 +0100)
Avoid constructs using while (--i >= 0 ..) - when i is an unsigned
integer (always true).


No differences found