commit 194f56d418c2f459b87bcf41c603ef1731b5fb81 parent 2d5b18590850aae7b21dcb95442b52d22500811f Author: sin <sin@2f30.org> Date: Sat, 27 Dec 2014 14:44:22 +0000 Halve 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[4096]; + unsigned char buf[2048]; int nbytes; s = getcursong();