mirror of https://gitlab.com/basile.b/dexed.git
fix, error/warning position not found in D interface files.
This commit is contained in:
parent
61bf491f4c
commit
56eb2aaaac
|
@ -606,6 +606,9 @@ begin
|
|||
begin
|
||||
inc(i);
|
||||
if i > length(aMessage) then exit;
|
||||
if aMessage[i] = 'i' then
|
||||
inc(i);
|
||||
if i > length(aMessage) then exit;
|
||||
if aMessage[i] = '(' then
|
||||
begin
|
||||
inc(i);
|
||||
|
|
Loading…
Reference in New Issue