From 8af193fbf37556ba3797f59cbdc78439f7c32224 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 14 Aug 2001 11:49:07 +0000 Subject: Correct use of functions. --- intl/loadmsgcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intl/loadmsgcat.c') diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c index d589243..fd73bd9 100644 --- a/intl/loadmsgcat.c +++ b/intl/loadmsgcat.c @@ -507,7 +507,7 @@ _nl_load_domain (domain_file, domainbinding) struct parse_args args; nplurals += 9; - while (*nplurals != '\0' && isspace (*nplurals)) + while (*nplurals != '\0' && isspace ((unsigned char) *nplurals)) ++nplurals; #if defined HAVE_STRTOUL || defined _LIBC n = strtoul (nplurals, &endp, 10); -- cgit v1.1