mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:00:25 +02: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.Options:= [poUsePipes, poStdErrToOutPut];
|
||||
TheProcess.ShowWindow := swoHide;
|
||||
TheProcess.CurrentDirectory:=WorkingDirectory;
|
||||
TheProcess.CurrentDirectory:=UTF8ToSys(WorkingDirectory);
|
||||
TheProcess.Execute;
|
||||
OutputLine:='';
|
||||
SetLength(buf,4096);
|
||||
|
Loading…
Reference in New Issue
Block a user