X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Ftst-trie.c;h=9f69b1e67c9050d86c37484ca63e95e01e95d60f;hb=944e5baada4d41b5aa63a1247485435df9433f36;hp=c9e16dc4480e272436ba2ce40f165329d8a9c3dd;hpb=54ffb02d50692303ec08614c416c6718f01bf149;p=apps%2Fpfixtools.git diff --git a/common/tst-trie.c b/common/tst-trie.c index c9e16dc..9f69b1e 100644 --- a/common/tst-trie.c +++ b/common/tst-trie.c @@ -128,7 +128,7 @@ int main(int argc, char *argv[]) */ if (argc > 1) { trie = create_trie_from_file(argv[1]); - trie_inspect(trie, true); + trie_inspect(trie, false); trie_delete(&trie); } return 0;