From 74238b8ee7150094715513a9cc36ef2db79370c9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Jul 2000 20:32:25 +0000 Subject: Mark U0000 as cntrl and U00A0 not as space. --- localedata/tst-ctype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata/tst-ctype.c') diff --git a/localedata/tst-ctype.c b/localedata/tst-ctype.c index 9caee1a43c..5ae7e0f46f 100644 --- a/localedata/tst-ctype.c +++ b/localedata/tst-ctype.c @@ -118,8 +118,8 @@ punct = %04x alnum = %04x\n", FAIL ("isgraph ('\\0') is true"); if (isblank ('\0')) FAIL ("isblank ('\\0') is true"); - if (iscntrl ('\0')) - FAIL ("iscntrl ('\\0') is true"); + if (! iscntrl ('\0')) + FAIL ("iscntrl ('\\0') not true"); if (ispunct ('\0')) FAIL ("ispunct ('\\0') is true"); if (isalnum ('\0')) -- cgit 1.4.1