Tue, 24 Apr 2007 19:00:47 +0200
Oops, fixed comparison function order.
--- a/stringstore.c Sun Mar 11 00:05:36 2007 +0100 +++ b/stringstore.c Tue Apr 24 19:00:47 2007 +0200 @@ -40,7 +40,7 @@ return (res!=0 ? res - : (nodekey[d->len]=='\0' ? 0 : 1)); + : (nodekey[d->len]=='\0' ? 0 : -1)); }