codetools: fixed ReadAndCompareUsedUnit, bug #30505

git-svn-id: trunk@53119 -
This commit is contained in:
mattias 2016-10-14 18:51:19 +00:00
parent 7b3bc48258
commit e86e540a69

View File

@ -3426,7 +3426,7 @@ begin
end;
// dot
if (p<>nil) then begin
if p='.' then
if p^='.' then
inc(p)
else
p:=nil;