- Fixed: The EndSequence structure was not fully initialized.
SVN r1019 (trunk)
This commit is contained in:
parent
acab6d9b30
commit
a4337e5b24
2 changed files with 2 additions and 0 deletions
|
|
@ -897,6 +897,7 @@ static void ParseMapInfoLower (FScanner &sc,
|
|||
EndSequence newSeq;
|
||||
bool useseq = false;
|
||||
|
||||
memset(&newSeq, 0, sizeof(newSeq));
|
||||
sc.MustGetString ();
|
||||
if (IsNum (sc.String))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue