svn commit: r1903 - trunk/yasm/libyasm

peter at tortall.net peter at tortall.net
Mon Jul 30 21:53:23 PDT 2007


Author: peter
Date: Mon Jul 30 21:53:22 2007
New Revision: 1903

Modified:
   trunk/yasm/libyasm/hamt.c
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1903

Log:
Fix two bugs in HAMT:
 - HAMT_search() wasn't doing a full string comparison on the key before
   returning success.
 - HAMT_insert()'s check for the above was always doing a case-sensitive
   check; fixed to use case-insensitive when the HAMT is supposed to be
   case-insensitive (and likewise for HAMT_search).



More information about the yasm-cvs mailing list