mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 20:19:21 +02:00
lazutils: fixed typo
git-svn-id: trunk@44750 -
This commit is contained in:
parent
a69e382e98
commit
6f7a594436
@ -213,7 +213,7 @@ begin
|
|||||||
BrowserProcess := TProcessUTF8.Create(nil);
|
BrowserProcess := TProcessUTF8.Create(nil);
|
||||||
try
|
try
|
||||||
BrowserProcess.InheritHandles:=false;
|
BrowserProcess.InheritHandles:=false;
|
||||||
// Encloses the executable with "" if it's name has spaces
|
// Encloses the executable with "" if its name has spaces
|
||||||
if Pos(' ',ProgramFilename)>0 then
|
if Pos(' ',ProgramFilename)>0 then
|
||||||
ProgramFilename:='"'+ProgramFilename+'"';
|
ProgramFilename:='"'+ProgramFilename+'"';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user