mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-27 14:37:32 +01:00
codetools: fixed runtool currentdirectory utf8tosys
git-svn-id: trunk@26912 -
This commit is contained in:
parent
6066f05609
commit
ee2a4b6481
@ -1186,7 +1186,7 @@ begin
|
|||||||
TheProcess.CommandLine := UTF8ToSys(CmdLine);
|
TheProcess.CommandLine := UTF8ToSys(CmdLine);
|
||||||
TheProcess.Options:= [poUsePipes, poStdErrToOutPut];
|
TheProcess.Options:= [poUsePipes, poStdErrToOutPut];
|
||||||
TheProcess.ShowWindow := swoHide;
|
TheProcess.ShowWindow := swoHide;
|
||||||
TheProcess.CurrentDirectory:=WorkingDirectory;
|
TheProcess.CurrentDirectory:=UTF8ToSys(WorkingDirectory);
|
||||||
TheProcess.Execute;
|
TheProcess.Execute;
|
||||||
OutputLine:='';
|
OutputLine:='';
|
||||||
SetLength(buf,4096);
|
SetLength(buf,4096);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user