Browse Source

* fixed small bug in ttypeconvnode.printnodeinfo

Jonas Maebe 20 years ago
parent
commit
adc5f048eb
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/ncnv.pas

+ 5 - 2
compiler/ncnv.pas

@@ -635,7 +635,7 @@ implementation
         );
       begin
         inherited printnodeinfo(t);
-        write(', convtype = ',strpas(convtyp2str[convtype]));
+        write(t,', convtype = ',strpas(convtyp2str[convtype]));
       end;
 
 
@@ -2595,7 +2595,10 @@ begin
 end.
 {
   $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
 
   Revision 1.176  2005/02/03 18:43:59  florian