musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/multibyte/btowc.c 1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/multibyte/btowc.c b/src/multibyte/btowc.c
index 9d2c3b16..29cb798d 100644
--- a/src/multibyte/btowc.c
+++ b/src/multibyte/btowc.c
@@ -3,5 +3,6 @@
wint_t btowc(int c)
{
+ c = (unsigned char)c;
return c<128U ? c : EOF;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月07日 10:06:51 +0000

AltStyle によって変換されたページ (->オリジナル) /