mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 03:49:20 +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
|
'L' : begin
|
||||||
UniqueSuffix:=Para;
|
UniqueSuffix:=Para;
|
||||||
|
if UniqueSuffix='' then
|
||||||
|
UniqueSuffix:=toStr(system.GetProcessID);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
'M' : EmulatorName:=Para;
|
'M' : EmulatorName:=Para;
|
||||||
|
Loading…
Reference in New Issue
Block a user