git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5355 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-03-26 05:47:04 +00:00
parent 37ef9b84ec
commit 51a0ad68d1
1 changed files with 2 additions and 2 deletions

View File

@ -55,13 +55,13 @@ int stream_open_mf(char * filename,stream_t * stream)
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 );