fix bug in the save_http_path initialization
diff --git a/src/plugin_xmms/configure.c b/src/plugin_xmms/configure.c
index f675a1f..7d5bf20 100644
--- a/src/plugin_xmms/configure.c
+++ b/src/plugin_xmms/configure.c
@@ -61,7 +61,7 @@
 		"", /* proxy_user */
 		"", /* proxy_pass */
 		FALSE, /* save_http_stream */
-		"", /* save_http_path */
+		FALSE, /* save_http_path */
 		FALSE, /* cast_title_streaming */
 		FALSE /* use_udp_channel */
 	},