fix: maxlength of MASTER.SCP file

This commit is contained in:
Petr Hlozek 2023-11-26 21:03:05 +01:00
parent ba558da22e
commit c71264caeb

View File

@ -2415,7 +2415,7 @@ begin
aSCP[i-1] := tmp; aSCP[i-1] := tmp;
inc(i); inc(i);
if i>80000 then if i>80000 then
SetLength(aSCP,100000) SetLength(aSCP,10000000)
end; end;
CloseFile(f); CloseFile(f);
SetLength(aSCP,i); SetLength(aSCP,i);