diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |