mirror of https://gitlab.com/basile.b/dexed.git
handle changes to DCD -u output format
This commit is contained in:
parent
989effb422
commit
f67c05a83b
|
|
@ -567,8 +567,6 @@ begin
|
||||||
exit;
|
exit;
|
||||||
str := fTempLines[0];
|
str := fTempLines[0];
|
||||||
// symbol is not in current module, too complex for now
|
// symbol is not in current module, too complex for now
|
||||||
if str.length < 6 then
|
|
||||||
exit;
|
|
||||||
if str[1..5] <> 'stdin' then
|
if str[1..5] <> 'stdin' then
|
||||||
exit;
|
exit;
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue