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;
|
||||
str := fTempLines[0];
|
||||
// symbol is not in current module, too complex for now
|
||||
if str.length < 6 then
|
||||
exit;
|
||||
if str[1..5] <> 'stdin' then
|
||||
exit;
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue