aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/cond.c
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-06-20 19:28:00 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-06-20 19:28:00 +0000
commit83739a10773fcc76716d74c3c13fc595024f7ee6 (patch)
tree4d221d2c1ba4050e24db2b640c3601afe91956f1 /usr.bin/make/cond.c
parentc33c8251699cff56c9b7aec1ef14906f886f22fe (diff)
Notes
Diffstat (limited to 'usr.bin/make/cond.c')
-rw-r--r--usr.bin/make/cond.c2
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) {
/*