fix martin's dictionary problems by fixing ut_hash according to change suggested by Perdition on #abiword. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/af/util/xp/ut_hash.cpp src/af/xap/xp/xap_Dictionary.cpp CVS: ----------------------------------------------------------------------
The problem, by the way, was that the overflow case of the hash table wasn't returning the right thing in v_found when value was NULL. The conditional wasn't properly set up. pat
