X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2F__stdio_write.c;h=d4264eff29b10a27adc1709e67dc3bd4bf763a79;hb=9ae8d5fc71a4b61ec826d58f03f7b543755fb1d4;hp=785456265ac6f33910fa343dfff55d355b1e809d;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/stdio/__stdio_write.c b/src/stdio/__stdio_write.c index 78545626..d4264eff 100644 --- a/src/stdio/__stdio_write.c +++ b/src/stdio/__stdio_write.c @@ -4,6 +4,6 @@ size_t __stdio_write(FILE *f, const unsigned char *buf, size_t len) { const unsigned char *stop = buf+len; ssize_t cnt = 1; - for (; buffd, buf, len))>0; buf+=cnt); + for (; buffd, buf, len))>0; buf+=cnt); return len-(stop-buf); }