From d37f9672cb2e29f7dd3b32c9164250d56549f4bc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 11 Sep 2008 17:14:38 +0000 Subject: 25651: make getpermtext() output indentation more logical --- Src/hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/hashtable.c') diff --git a/Src/hashtable.c b/Src/hashtable.c index 212882b3f..bc2a4f22e 100644 --- a/Src/hashtable.c +++ b/Src/hashtable.c @@ -887,7 +887,7 @@ printshfuncnode(HashNode hn, int printflags) if (f->node.flags & PM_UNDEFINED) printf("%c undefined\n\t", hashchar); else - t = getpermtext(f->funcdef, NULL); + t = getpermtext(f->funcdef, NULL, 1); if (f->node.flags & PM_TAGGED) printf("%c traced\n\t", hashchar); if (!t) { -- cgit 1.4.1