j
k
j a
j l
Nikolay Sivov nsivov@codeweavers.com writes:
while (min <= max) { int n, c; n = (min+max)/2; c = strncmpW(olemisc_values[n].name, str, len);
int n, c;
n = (min+max)/2;
c = strncmpW(olemisc_values[n].name, str, len);
strncmp isn't enough.
Back to the thread
Back to the list