diff libmpdemux/cddb.c @ 11965:3d75bcc28231

enable seeking in http streams patch by Valentine Zaretsky <valik+mplayerdev@email.dp.ua>
author attila
date Tue, 17 Feb 2004 12:30:45 +0000
parents d42177a0da2a
children e197979a0883
line wrap: on
line diff
--- a/libmpdemux/cddb.c	Tue Feb 17 11:22:32 2004 +0000
+++ b/libmpdemux/cddb.c	Tue Feb 17 12:30:45 2004 +0000
@@ -204,7 +204,7 @@
 		return -1;
 	}
 	
-	fd = http_send_request(url);
+	fd = http_send_request(url,0);
 	if( fd<0 ) {
 		printf("failed to send the http request\n");
 		return -1;