diff options
| author | 2025-11-26 10:09:55 +0100 | |
|---|---|---|
| committer | 2025-11-26 10:09:55 +0100 | |
| commit | b190f33220890babd0b753ae6a9fcfcf1cf026a9 (patch) | |
| tree | 83f318fb2200ee9ea68b82ba750ec6ce4db99789 /common.h | |
| parent | 14d133398059981e328cb2b0b2b7b4ef0c3ec06a (diff) | |
use bstdout for -E
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ struct wbuf { union { struct { char *buf; - const uint cap; + uint cap; uint len; int fd; }; |