This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* fixed warning
Nikolay Nikolov
1 week ago
parent
17bb41f2ea
commit
6debe5591a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
compiler/tgobj.pas
+ 1
- 0
compiler/tgobj.pas
View File
@@ -719,6 +719,7 @@ implementation
end;
hp:=hp^.next;
end;
+ result:=false
end;