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/stdio/fwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fwrite.c')
-rw-r--r--src/stdio/fwrite.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fwrite.c b/src/stdio/fwrite.c
index 02908c4b..1b8641ac 100644
--- a/src/stdio/fwrite.c
+++ b/src/stdio/fwrite.c
@@ -31,7 +31,7 @@ size_t fwrite(const void *src, size_t size, size_t nmemb, FILE *f)
FLOCK(f);
k = __fwritex(src, l, f);
FUNLOCK(f);
- return k==l ? nmemb : l/size;
+ return k==l ? nmemb : k/size;
}
weak_alias(fwrite, fwrite_unlocked);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月12日 14:28:33 +0000

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