mirror of https://gitlab.com/basile.b/dexed.git
fix, dcd integration, possible case of "goto declaration" failure.
This commit is contained in:
parent
c054723122
commit
cd3f73fdf3
|
|
@ -527,8 +527,8 @@ begin
|
|||
fClient.Execute;
|
||||
writeSourceToInput;
|
||||
//
|
||||
setlength(str, 256);
|
||||
i := fClient.Output.Read(str[1], 256);
|
||||
setlength(str, MAX_PATH);
|
||||
i := fClient.Output.Read(str[1], MAX_PATH);
|
||||
if i = 0 then
|
||||
updateServerlistening;
|
||||
setLength(str, i);
|
||||
|
|
|
|||
Loading…
Reference in New Issue