diff mplayer.c @ 8733:478561617705

compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Fri, 03 Jan 2003 12:26:17 +0000
parents 48a2c2545d5c
children 93f78fb709e6
line wrap: on
line diff
--- a/mplayer.c	Fri Jan 03 12:14:34 2003 +0000
+++ b/mplayer.c	Fri Jan 03 12:26:17 2003 +0000
@@ -857,7 +857,7 @@
        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;
        }