From 4c88ef34bb51adb9ac737f4f58521512c08b76a0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Jan 2008 10:10:02 +0000 Subject: silence is constant, as is the buffer we pass to playAudio git-svn-id: https://svn.musicpd.org/mpd/trunk@7123 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio.c') diff --git a/src/audio.c b/src/audio.c index a2d21edd3..16367efa0 100644 --- a/src/audio.c +++ b/src/audio.c @@ -366,7 +366,7 @@ int openAudioDevice(AudioFormat * audioFormat) return ret; } -int playAudio(char *playChunk, int size) +int playAudio(const char *playChunk, int size) { int send; -- cgit v1.2.3