mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 10:48:30 +02:00
* terrornode.create -> cerrornode.create
This commit is contained in:
parent
0b3003fb78
commit
9fc51ed8f0
@ -1275,7 +1275,7 @@ implementation
|
||||
end;
|
||||
end;
|
||||
if hp=nil then
|
||||
hp:=terrornode.create;
|
||||
hp:=cerrornode.create;
|
||||
result:=hp;
|
||||
goto myexit;
|
||||
end
|
||||
@ -2479,7 +2479,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.161 2005-03-16 21:24:43 peter
|
||||
Revision 1.162 2005-03-25 21:46:06 jonas
|
||||
* terrornode.create -> cerrornode.create
|
||||
|
||||
Revision 1.161 2005/03/16 21:24:43 peter
|
||||
* check parameters of str() better
|
||||
|
||||
Revision 1.160 2005/02/14 17:13:06 peter
|
||||
|
Loading…
Reference in New Issue
Block a user