[PC-BSD Commits] r1193 - pcbsd/trunk/SoundDetect
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 16 15:42:17 PST 2008
Author: carlos
Date: 2008-01-16 15:42:16 -0800 (Wed, 16 Jan 2008)
New Revision: 1193
Modified:
pcbsd/trunk/SoundDetect/sound_detect.c
Log:
get rid of warning
Modified: pcbsd/trunk/SoundDetect/sound_detect.c
===================================================================
--- pcbsd/trunk/SoundDetect/sound_detect.c 2008-01-16 22:38:26 UTC (rev 1192)
+++ pcbsd/trunk/SoundDetect/sound_detect.c 2008-01-16 23:42:16 UTC (rev 1193)
@@ -140,7 +140,7 @@
{
CURL *curl_handle;
- static const char *new_soundcards_xml="/tmp/temp.soundcards.xml";
+ static char *new_soundcards_xml="/tmp/temp.soundcards.xml";
FILE* bodyfile ;
More information about the Commits
mailing list