[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.36,1.37

Alban Bedel CVS albeu at mplayer.dev.hu
Fri Feb 22 15:05:49 CET 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv14128/libmpdemux

Modified Files:
	network.c 
Log Message:
Finnaly figured out this little long living bug


Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- network.c	21 Feb 2002 13:14:52 -0000	1.36
+++ network.c	22 Feb 2002 14:05:41 -0000	1.37
@@ -439,7 +439,7 @@
 					if( next_url!=NULL ) {
 						close( fd );
 						url_free( url );
-						url = url_new( next_url );
+						streaming_ctrl->url = url = url_new( next_url );
 						http_free( http_hdr );
 						redirect = 1;	
 					}




More information about the MPlayer-cvslog mailing list