From d803b2322d8322a8e3fab7cffb043c0c62d94c9d Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sun, 13 Dec 2009 11:04:30 +0000 Subject: fixed bug in song parser that may lead to an Access Violation git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2023 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/USong.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base') diff --git a/src/base/USong.pas b/src/base/USong.pas index c465f198..47200e63 100644 --- a/src/base/USong.pas +++ b/src/base/USong.pas @@ -483,7 +483,7 @@ begin while true do begin - LinePos := 0; + LinePos := 1; Param0 := ParseLyricCharParam(CurLine, LinePos); if (Param0 = 'E') then -- cgit v1.2.3