From 929c56748420b581088cd75443d21d7c06ac44d6 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 6 Sep 1999 11:05:38 +0000 Subject: zsh-3.1.6-pws-3 --- Src/Modules/mapfile.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Src/Modules/mapfile.c') diff --git a/Src/Modules/mapfile.c b/Src/Modules/mapfile.c index cd9c0120d..431c488e6 100644 --- a/Src/Modules/mapfile.c +++ b/Src/Modules/mapfile.c @@ -83,8 +83,7 @@ createmapfilehash() Param pm; HashTable ht; - if ((pm = (Param) gethashnode2(paramtab, mapfile_nam))) - unsetparam_pm(pm, 0, 1); + unsetparam(mapfile_nam); mapfile_pm = NULL; if (!(pm = createparam(mapfile_nam, -- cgit 1.4.1