Use GetProcessId number for UniqueSuffix if -L is used without parameter

git-svn-id: trunk@39390 -
This commit is contained in:
pierre 2018-07-05 11:11:15 +00:00
parent 5a84f21ba1
commit f36ac3adbd

View File

@ -1613,6 +1613,8 @@ procedure getargs;
'L' : begin
UniqueSuffix:=Para;
if UniqueSuffix='' then
UniqueSuffix:=toStr(system.GetProcessID);
end;
'M' : EmulatorName:=Para;