fix upstream reg, msg kind nit guessed when incl a fname, due to 541d1491

This commit is contained in:
Basile Burg 2017-10-15 17:12:42 +02:00
parent cea640695e
commit 719eb4bf54
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 6 deletions

View File

@ -1057,12 +1057,7 @@ begin
begin
if rng.empty then
break;
idt := '';
// core|std.exception...
if rng.front = '.' then
rng.popFront^.popUntil(alp)
else
idt := rng.popUntil(alp)^.takeWhile(alp).yield;
idt := rng.popUntil(alp)^.takeWhile(alp).yield;
if idt = '' then
exit;
result := messageSemantic.getType(idt);