diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-06-20 19:28:00 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-06-20 19:28:00 +0000 |
| commit | 83739a10773fcc76716d74c3c13fc595024f7ee6 (patch) | |
| tree | 4d221d2c1ba4050e24db2b640c3601afe91956f1 /usr.bin/make/cond.c | |
| parent | c33c8251699cff56c9b7aec1ef14906f886f22fe (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/cond.c')
| -rw-r--r-- | usr.bin/make/cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index d02452fbdc45c..64e7f1af85f75 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -707,7 +707,7 @@ do_string_compare: } } else { char *c = CondCvtArg(rhs, &right); - if (*c != '\0' && !isspace(*c)) + if (*c != '\0' && !isspace((unsigned char) *c)) goto do_string_compare; if (rhs == condExpr) { /* |
