[MPlayer-cvslog] r18907 - trunk/edl.c
    reynaldo 
    subversion at mplayerhq.hu
       
    Wed Jul  5 08:36:54 CEST 2006
    
    
  
Author: reynaldo
Date: Wed Jul  5 08:36:54 2006
New Revision: 18907
Modified:
   trunk/edl.c
Log:
corectly report badly formated line number
Modified: trunk/edl.c
==============================================================================
--- trunk/edl.c	(original)
+++ trunk/edl.c	Wed Jul  5 08:36:54 2006
@@ -78,7 +78,7 @@
                     != 3)
                 {
                     mp_msg(MSGT_CPLAYER, MSGL_WARN, MSGTR_EdlBadlyFormattedLine,
-                           lineCount + 1);
+                           lineCount);
                     continue;
                 } else
                 {
    
    
More information about the MPlayer-cvslog
mailing list