From 5b1677d0034b6f1db68a9f9fcb98300f36bbee77 Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Wed, 15 Feb 2017 18:29:52 +0000 Subject: [PATCH] Fix music not playing but not stopped Signed-off-by: Mahyar Koshkouei --- source/playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/playback.c b/source/playback.c index ed4d5eb..32199ee 100644 --- a/source/playback.c +++ b/source/playback.c @@ -11,7 +11,7 @@ #include "playback.h" #include "wav.h" -static volatile bool stop = false; +static volatile bool stop = true; /** * Pause or play current file.