shithub: zuke

Download patch

ref: d45bc8ef8a28ff69dd1798be2c2e1fc36d307771
parent: efd5647c5a30f87becd0d96e9f209b70b41ab0cd
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sat Dec 14 14:19:12 EST 2019

increase buffer size

--- a/mkplist.c
+++ b/mkplist.c
@@ -106,7 +106,7 @@
 	return seek(fd, offset, whence);
 }
 
-static char buf[1024];
+static char buf[4096];
 static Tagctx ctx =
 {
 	.read = ctxread,