[Mplayer-cvslog] CVS: main/libmpdemux mf.c,1.3,1.4
Atmosfear
atmos4 at mplayer.dev.hu
Tue Mar 26 06:47:13 CET 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv16333/libmpdemux
Modified Files:
mf.c
Log Message:
ooops :)
Index: mf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/mf.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mf.c 26 Mar 2002 05:25:15 -0000 1.3
+++ mf.c 26 Mar 2002 05:47:04 -0000 1.4
@@ -55,13 +55,13 @@
mf->nr_of_files++;
}
}
+ mp_msg( MSGT_STREAM,MSGL_INFO,"[mf] number of files: %d\n",mf->nr_of_files );
+
goto exit_mf;
}
fname=malloc( strlen( filename ) + 32 );
- mp_msg( MSGT_STREAM,MSGL_INFO,"[mf] number of files: %d\n",mf->nr_of_files );
-
if ( !strchr( filename,'%' ) )
{
strcpy( fname,filename );
More information about the MPlayer-cvslog
mailing list