diff options
Diffstat (limited to 'Src/exec.c')
-rw-r--r-- | Src/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |