From 29bb2438c0d8a731630ab466a050b0c3bdc82827 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 20 Sep 2005 15:41:22 +0000 Subject: unposted: fix wcsiident --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index 561624f51..acde33c28 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -2601,7 +2601,7 @@ wcsiident(wchar_t c) /* NULL is special */ return 0; } else if (len == 1 && isascii(*outstr)) { - return iword(*outstr); + return iident(*outstr); } else { /* not currently allowed, see above */ return 0; -- cgit v1.2.3