mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 23:37:18 +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;
|
||||
// dot
|
||||
if (p<>nil) then begin
|
||||
if p='.' then
|
||||
if p^='.' then
|
||||
inc(p)
|
||||
else
|
||||
p:=nil;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user