From 3c37057c34d975ada2e9e6590845732677e77104 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 13 Oct 2005 16:30:13 +0000 Subject: 21871: replace INULL() by inull() --- Src/Zle/compctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/compctl.c') diff --git a/Src/Zle/compctl.c b/Src/Zle/compctl.c index 2789068e7..1c1176715 100644 --- a/Src/Zle/compctl.c +++ b/Src/Zle/compctl.c @@ -2862,7 +2862,7 @@ sep_comp_string(char *ss, char *s, int noffs) autoq = ""; } for (p = ns, i = swb; *p; p++, i++) { - if (INULL(*p)) { + if (inull(*p)) { if (i < scs) { soffs--; if (remq && *p == Bnull && p[1]) -- cgit v1.2.3