commit 3734fd88aa8a4bcf08eabe9cba396631a26f3018 parent b9341fd2b0db7a3fff6639f1a9676e41a909d25f Author: sin <sin@2f30.org> Date: Sat, 27 Dec 2014 15:14:56 +0000 Up buffer size Diffstat:
M | sad.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sad.c b/sad.c @@ -64,7 +64,7 @@ static void playaudio(void) { Song *s; - unsigned char buf[2048]; + unsigned char buf[4096]; int nbytes; s = getcursong();