mirror of https://github.com/mpv-player/mpv
ooops :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5355 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
37ef9b84ec
commit
51a0ad68d1
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue