mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 09:46:30 +02:00
Use GetProcessId number for UniqueSuffix if -L is used without parameter
git-svn-id: trunk@39390 -
This commit is contained in:
parent
5a84f21ba1
commit
f36ac3adbd
@ -1613,6 +1613,8 @@ procedure getargs;
|
||||
|
||||
'L' : begin
|
||||
UniqueSuffix:=Para;
|
||||
if UniqueSuffix='' then
|
||||
UniqueSuffix:=toStr(system.GetProcessID);
|
||||
end;
|
||||
|
||||
'M' : EmulatorName:=Para;
|
||||
|
Loading…
Reference in New Issue
Block a user