]> granicus.if.org Git - yasm/commit
Fix two bugs in HAMT:
authorPeter Johnson <peter@tortall.net>
Tue, 31 Jul 2007 04:53:22 +0000 (04:53 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 31 Jul 2007 04:53:22 +0000 (04:53 -0000)
commitdfa51bf88822a3e16e6c888cdd3a3a3196905d77
tree1d23f113926d65ec77ece0f1260c8095cf2a5513
parent3e1f0390e24ca56099cc66889d99541f0431a201
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).

svn path=/trunk/yasm/; revision=1903
libyasm/hamt.c