diff options
Diffstat (limited to 'src/ctype/toascii.c')
-rw-r--r-- | src/ctype/toascii.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ctype/toascii.c b/src/ctype/toascii.c index 8a625b44..10963818 100644 --- a/src/ctype/toascii.c +++ b/src/ctype/toascii.c @@ -4,6 +4,7 @@ int toascii(int c) { + SIGNAL_SAFE(0); return (c & 0x7f); } |