From 08f14cba3c350d44878f6133990fa5e4aa02d8f9 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 11 Sep 2025 17:15:41 +0200 Subject: preprocessor: more awful hacks --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index c8e338f..aa6af3f 100644 --- a/io.c +++ b/io.c @@ -604,7 +604,7 @@ vbfmt(struct wbuf *out, const char *fmt, va_list ap) n += bputc(out, ' '); } } - return buf->err ? -1 : n; + return n; } int -- cgit v1.2.3