fix bug in the save_http_path initialization
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 2 Mar 2005 05:06:58 +0000 (05:06 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 2 Mar 2005 05:06:58 +0000 (05:06 +0000)
src/plugin_xmms/configure.c

index f675a1f..7d5bf20 100644 (file)
@@ -61,7 +61,7 @@ flac_config_t flac_cfg = {
                "", /* proxy_user */
                "", /* proxy_pass */
                FALSE, /* save_http_stream */
-               "", /* save_http_path */
+               FALSE, /* save_http_path */
                FALSE, /* cast_title_streaming */
                FALSE /* use_udp_channel */
        },