Soumyadip Das Mahapatra wrote:
quoted text > This is somewhat improved version of strnicmp() function in lib/string.c. I have implemented binary
> comparison rather than linear one(which was in the older version).
It doesn't correctly indicate the sort order. For example, when
comparing "accdd" against "abcde", it indicates that the first string
sorts before the second (which is wrong.)
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH]: improved strnicmp in lib/string.c , David Newall , (Wed May 7, 9:14 pm)