summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--edl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edl.c b/edl.c
index bffb5926b6..835c8a3168 100644
--- a/edl.c
+++ b/edl.c
@@ -78,7 +78,7 @@ edl_record_ptr edl_parse_file(void)
!= 3)
{
mp_msg(MSGT_CPLAYER, MSGL_WARN, MSGTR_EdlBadlyFormattedLine,
- lineCount + 1);
+ lineCount);
continue;
} else
{