summaryrefslogtreecommitdiff
path: root/apps/voice_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/voice_thread.c')
-rw-r--r--apps/voice_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index a65ec566d1..05e2017b0b 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -256,7 +256,7 @@ static void voice_message(struct voice_thread_data *td)
256 return; 256 return;
257 257
258 case Q_VOICE_STOP: 258 case Q_VOICE_STOP:
259 LOGFQUEUE("voice < Q_VOICE_STOP: %ld", td->ev.data); 259 LOGFQUEUE("voice < Q_VOICE_STOP: %ld", (long)td->ev.data);
260 260
261 if (td->ev.data != 0 && !playback_is_playing()) 261 if (td->ev.data != 0 && !playback_is_playing())
262 { 262 {