Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/mailinfo-qp-decode-fix'
[gitweb.git]
/
t
/
helper
/
test-hashmap.c
diff --git
a/t/helper/test-hashmap.c
b/t/helper/test-hashmap.c
index 6004c81f0bce4d701a341c963f56caca425da067..1145d5167115a761d319b1e205500e765cd090cd 100644
(file)
--- a/
t/helper/test-hashmap.c
+++ b/
t/helper/test-hashmap.c
@@
-235,7
+235,8
@@
int cmd_main(int argc, const char **argv)
} else if (!strcmp("size", cmd)) {
/* print table sizes */
- printf("%u %u\n", map.tablesize, map.size);
+ printf("%u %u\n", map.tablesize,
+ hashmap_get_size(&map));
} else if (!strcmp("intern", cmd) && l1) {