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/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index e77a04a53..663cb6ab7 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -2864,7 +2864,7 @@ gethere(char *str, int typ) char *s, *t, *bptr, c; for (s = str; *s; s++) - if (INULL(*s)) { + if (inull(*s)) { qt = 1; break; } -- cgit 1.4.1