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;
|
fClient.Execute;
|
||||||
writeSourceToInput;
|
writeSourceToInput;
|
||||||
//
|
//
|
||||||
setlength(str, 256);
|
setlength(str, MAX_PATH);
|
||||||
i := fClient.Output.Read(str[1], 256);
|
i := fClient.Output.Read(str[1], MAX_PATH);
|
||||||
if i = 0 then
|
if i = 0 then
|
||||||
updateServerlistening;
|
updateServerlistening;
|
||||||
setLength(str, i);
|
setLength(str, i);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue