mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 08:49:25 +02:00
* terrornode.create -> cerrornode.create
This commit is contained in:
parent
0b3003fb78
commit
9fc51ed8f0
@ -1275,7 +1275,7 @@ implementation
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
if hp=nil then
|
if hp=nil then
|
||||||
hp:=terrornode.create;
|
hp:=cerrornode.create;
|
||||||
result:=hp;
|
result:=hp;
|
||||||
goto myexit;
|
goto myexit;
|
||||||
end
|
end
|
||||||
@ -2479,7 +2479,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* check parameters of str() better
|
||||||
|
|
||||||
Revision 1.160 2005/02/14 17:13:06 peter
|
Revision 1.160 2005/02/14 17:13:06 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user