On Tue, Jan 19, 2010 at 01:37:12PM -0600, Peter Karman wrote: > ok - 0 == 0 > ok - 1 == 1 > ok - 100 == 100 > ok - 126 == 126 > ok - 127 == 127 > ok - 128 == 128 > ok - 129 == 129 > ok - 250 == 250 > ok - 254 == 254 > ok - 255 == 255
Whew. If that's the case, we ought to be able to make this work. If you dump that same code into the TestStringHelper.c file, do you get the same result? Checking for compiler flag weirdness or bizarre interactions from include libraries... (KinoSearch's tests once tickled a NetBSD bug that changed how doubles and long longs were converted to each other when a particular library was included...) Marvin Humphrey
