Loading...
--- Libc/Libc-763.13/internat/NXIsGraph.c
+++ Libc/Libc-320.1.3/internat/NXIsGraph.c
@@ -32,7 +32,7 @@
{
FIXSIGNEDCHAR(c);
if (c < 256)
- return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_CTYPE_P|_CTYPE_U|_CTYPE_L|_CTYPE_D)));
+ return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_P|_U|_L|_D)));
return 1;
/* NOTE: for 3.0, everything > 256 is probably Kanji, so say is graphic */
}