fix bug in the save_http_path initialization

This commit is contained in:
Josh Coalson
2005-03-02 05:06:58 +00:00
parent 2f7293b09f
commit 6fee5aa026

View 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 */
},