diff options
Diffstat (limited to 'src/wchar/wcwidth.c')
| -rw-r--r-- | src/wchar/wcwidth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcwidth.c b/src/wchar/wcwidth.c index e562233c..62ad08bb 100644 --- a/src/wchar/wcwidth.c +++ b/src/wchar/wcwidth.c @@ -7,6 +7,8 @@ int wcwidth(wchar_t wc) { + SIGNAL_SAFE(0); + } /* |
