Fix serialization by not using TRUELENGTH to store item count
commitf9c8a722be8b8e4b2c1b628f3f7f2f64c0fcf4a5
authorSeth Falcon <sfalcon@fhcrc.org>
Sat, 26 May 2007 15:09:52 +0000 (26 08:09 -0700)
committerSeth Falcon <sfalcon@fhcrc.org>
Sat, 26 May 2007 15:09:52 +0000 (26 08:09 -0700)
tree03dbeb9aecf7051559f4b5c5eef5c76847d6b7e6
parente173a1eb4e7b2ba6cdf08538efb751dd2406ee8c
Fix serialization by not using TRUELENGTH to store item count

TRUELENGTH does not appear to be serialized/deserialized properly.
Instead of investigating the details, this patch uses the dict details
integer vector to store the item count and eliminates the need to use
truelength at all.
DESCRIPTION
src/dict.c
src/dict.h