corectly report badly formated line number

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18907 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reynaldo 2006-07-05 06:36:54 +00:00
parent d5cbc81e07
commit c6ddc4ae6c
1 changed files with 1 additions and 1 deletions

2
edl.c
View File

@ -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
{