From 4c1f4b1fc8730007d6a58255fd002f81fcadbf94 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 12 Sep 1999 23:25:29 +0000 Subject: manual/7787 --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index bc51711c5..fcc8b72e3 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -2999,7 +2999,7 @@ bslashquote(const char *s, char **e, int instring) if (e && *e == u) *e = v, sf = 1; - DPUTS(!e || sf, "BUG: Wild pointer *e in bslashquote()"); + DPUTS(e && !sf, "BUG: Wild pointer *e in bslashquote()"); return buf; } -- cgit 1.4.1