From ce2b034ae9dcad49d8c2721494830c3731a60ff8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 1 Dec 2008 03:14:37 +0000 Subject: Chunked arrays: Pack length of entries into array as a prefix to the data. Limit maximum length of data items stored in hash/chunked array to 2^16-1. svn path=/trunk/libparserutils/; revision=5858 --- test/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/hash.c b/test/hash.c index 3eceeae..8504cbd 100644 --- a/test/hash.c +++ b/test/hash.c @@ -45,7 +45,7 @@ int main(int argc, char **argv) } } -// parserutils_hash_dump(hash); + parserutils_hash_dump(hash); parserutils_hash_destroy(hash); -- cgit v1.2.3