summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/mf.c')
-rw-r--r--libmpdemux/mf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/mf.c b/libmpdemux/mf.c
index 6ba383779d..bc6d97704c 100644
--- a/libmpdemux/mf.c
+++ b/libmpdemux/mf.c
@@ -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 );