From 63acd1060174cd9d3595abb3fe71174c595e8131 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 17 Jan 2000 18:25:25 +0000 Subject: zsh-workers/9332 --- Src/hashtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/hashtable.c') diff --git a/Src/hashtable.c b/Src/hashtable.c index e9f33aa15..07c8dc25b 100644 --- a/Src/hashtable.c +++ b/Src/hashtable.c @@ -842,7 +842,7 @@ freeshfuncnode(HashNode hn) zsfree(shf->nam); if (shf->funcdef) - freestruct(shf->funcdef); + freeeprog(shf->funcdef); zfree(shf, sizeof(struct shfunc)); } @@ -879,7 +879,7 @@ printshfuncnode(HashNode hn, int printflags) if (!f->funcdef) t = 0; else - t = getpermtext((void *) f->funcdef); + t = getpermtext(f->funcdef, NULL); } quotedzputs(f->nam, stdout); -- cgit 1.4.1