From b190f33220890babd0b753ae6a9fcfcf1cf026a9 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 26 Nov 2025 10:09:55 +0100 Subject: use bstdout for -E --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') diff --git a/common.h b/common.h index 1936c32..a1f1d21 100644 --- a/common.h +++ b/common.h @@ -338,7 +338,7 @@ struct wbuf { union { struct { char *buf; - const uint cap; + uint cap; uint len; int fd; }; -- cgit v1.2.3