[Mplayer-cvslog] CVS: main open.c,1.11,1.12
Arpi of Ize
arpi at mplayer.dev.hu
Sun Sep 16 20:12:14 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/DOCS documentation.html,1.48,1.49 faq.html,1.12,1.13 mplayer.1,1.81,1.82 video.html,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/DOCS documentation.html,1.49,1.50
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv16261
Modified Files:
open.c
Log Message:
pointer fix
Index: open.c
===================================================================
RCS file: /cvsroot/mplayer/main/open.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- open.c 9 Sep 2001 18:02:50 -0000 1.11
+++ open.c 16 Sep 2001 18:11:59 -0000 1.12
@@ -260,7 +260,7 @@
url_free(url);
return NULL;
}
- f=streaming_start( &url, f, file_format );
+ f=streaming_start( &url, f, *file_format );
if(f<0){ mp_msg(MSGT_OPEN,MSGL_ERR,MSGTR_UnableOpenURL, url->url); return NULL; }
mp_msg(MSGT_OPEN,MSGL_INFO,MSGTR_ConnToServer, url->hostname );
stream=new_stream(f,STREAMTYPE_STREAM);
- Previous message: [Mplayer-cvslog] CVS: main/DOCS documentation.html,1.48,1.49 faq.html,1.12,1.13 mplayer.1,1.81,1.82 video.html,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/DOCS documentation.html,1.49,1.50
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list