mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 09:57:41 +01:00
codetools: fixed ReadAndCompareUsedUnit, bug #30505
git-svn-id: trunk@53119 -
This commit is contained in:
parent
7b3bc48258
commit
e86e540a69
@ -3426,7 +3426,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
// dot
|
// dot
|
||||||
if (p<>nil) then begin
|
if (p<>nil) then begin
|
||||||
if p='.' then
|
if p^='.' then
|
||||||
inc(p)
|
inc(p)
|
||||||
else
|
else
|
||||||
p:=nil;
|
p:=nil;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user