aboutsummaryrefslogtreecommitdiff
path: root/stdu.c
diff options
context:
space:
mode:
authorJoel Kronqvist <joel.kronqvist@iki.fi>2024-04-21 18:34:15 +0300
committerJoel Kronqvist <joel.kronqvist@iki.fi>2024-04-21 18:34:15 +0300
commit3be3d993576fbce97cfa6068e427334deb5feb96 (patch)
tree8c5579947536487f786943b2d7892cef4497f507 /stdu.c
parent6c4ec5c0bd46b1292d15a789560fb5acd813bbce (diff)
downloadstdu-work/1.0.0.tar.gz
stdu-work/1.0.0.zip
Minor fixeswork/1.0.0
Diffstat (limited to 'stdu.c')
-rw-r--r--stdu.c1
1 files changed, 0 insertions, 1 deletions
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;