From c11bd13ed67571e0266a8c64f34310cd56a98a87 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 3 Jan 2003 12:26:17 +0000 Subject: compiler warning fixes by Dominik Mierzejewski git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8734 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 4b50cfb06a..1a81fe0cf5 100644 --- a/mplayer.c +++ b/mplayer.c @@ -857,7 +857,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){ next_edl_record->next = NULL; } else { if( ( edl_fd = fopen( edl_output_filename, "w" ) ) == NULL ) { - printf( "Error opening file [%s] for writing!\n" ); + printf( "Error opening file [%s] for writing!\n", edl_output_filename ); edl_output_filename = NULL; next_edl_record->next = NULL; } -- cgit v1.2.3