mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 23:30:29 +02:00
* fixed small bug in ttypeconvnode.printnodeinfo
This commit is contained in:
parent
79ba0c0609
commit
adc5f048eb
@ -635,7 +635,7 @@ implementation
|
|||||||
);
|
);
|
||||||
begin
|
begin
|
||||||
inherited printnodeinfo(t);
|
inherited printnodeinfo(t);
|
||||||
write(', convtype = ',strpas(convtyp2str[convtype]));
|
write(t,', convtype = ',strpas(convtyp2str[convtype]));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -2595,7 +2595,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.177 2005-02-14 17:13:06 peter
|
Revision 1.178 2005-03-05 16:09:20 jonas
|
||||||
|
* fixed small bug in ttypeconvnode.printnodeinfo
|
||||||
|
|
||||||
|
Revision 1.177 2005/02/14 17:13:06 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
Revision 1.176 2005/02/03 18:43:59 florian
|
Revision 1.176 2005/02/03 18:43:59 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user