From 3be3d993576fbce97cfa6068e427334deb5feb96 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Sun, 21 Apr 2024 18:34:15 +0300 Subject: Minor fixes --- stdu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stdu.c') diff --git a/stdu.c b/stdu.c index a41071a..2cd0aa4 100644 --- a/stdu.c +++ b/stdu.c @@ -72,7 +72,6 @@ Print amount of data piped to stdin.\n\ - bytes_read; bufsize = 1024; } - size_t max_bufsize = 1048576; char* buf = malloc(bufsize); char* tmpbuf; -- cgit v1.2.3