summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-25 23:10:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-25 23:10:38 +0000
commit1284c1ad084f4c64aae20c7a9d4a8dbb7ce1cc86 (patch)
tree556e508ea9782a885b84ef8c7e9965aed346f8b8 /lib
parent80fd925122bc57991da0c70307aae4ae191f7b1c (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/isctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/isctype.c b/lib/libc/locale/isctype.c
index 87489982dfea..5f5404bf6365 100644
--- a/lib/libc/locale/isctype.c
+++ b/lib/libc/locale/isctype.c
@@ -178,5 +178,5 @@ int
digittoint(c)
int c;
{
- return (__maskrune((c), 0xFF));
+ return (__istype((c), 0xFF));
}