mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 21:59:47 +02:00
* quote parameters
git-svn-id: trunk@26584 -
This commit is contained in:
parent
e83ef05b74
commit
0ea0b5c34d
@ -9,7 +9,7 @@ begin
|
||||
if paramcount>0 then
|
||||
begin
|
||||
for i:=2 to paramcount do
|
||||
ps:=ps+' '+paramstr(i);
|
||||
ps:=ps+' "'+paramstr(i)+'"';
|
||||
sticks:=GetMicroSTicks;
|
||||
ExecuteProcess(paramstr(1),ps);
|
||||
writeln(stderr,(GetMicroSTicks-sticks)/1000:0:3,' ms');
|
||||
|
Loading…
Reference in New Issue
Block a user