Bug on number of line on error report
Brought to you by:
lovetski,
maximmasiutin
If in one LNC files it's found one error it says a message
like this:
Line 05139: ERROR: unexpected string "
" when identifier expected
The error I haves on the file was a space before one #13
Example:
dlAVPartNoCure 'This part was
deleted because it was not possible to remove virus
from it.' #13#10''
The solution it's remove this space.
The bug it's the program says the but it's on line 5139,
but the bug it's really on line 5140.
It needs a +1 ;-)