From 4d4b9e9eabdadbdd1d887514d646a902e46d0ee3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 9 Nov 1999 13:18:47 +0000 Subject: manual/8601 --- Src/Zle/compcore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c index c3de9c564..5ee21932d 100644 --- a/Src/Zle/compcore.c +++ b/Src/Zle/compcore.c @@ -938,6 +938,7 @@ multiquote(char *s, int ign) } return (s == os ? dupstring(s) : s); } + DPUTS(1, "BUG: null pointer in multiquote()"); return NULL; } @@ -956,6 +957,7 @@ tildequote(char *s, int ign) return s; } + DPUTS(1, "BUG: null pointer in tildequote()"); return NULL; } -- cgit 1.4.1