Explorar o código

+ Applied patch from Mattias Gaertner, bug #1292

michael %!s(int64=25) %!d(string=hai) anos
pai
achega
baa930f298
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      fcl/inc/classes.inc

+ 4 - 2
fcl/inc/classes.inc

@@ -739,7 +739,6 @@ procedure ObjectBinaryToText(Input, Output: TStream);
       ext: Extended;
 
     begin
-      OutStr('(' + IntToStr(Ord(Valuetype)) + ') ');
       case ValueType of
         vaList: begin
             OutStr('(');
@@ -1183,7 +1182,10 @@ end;
 
 {
   $Log$
-  Revision 1.1.2.3  2000-12-11 09:29:59  michael
+  Revision 1.1.2.4  2000-12-13 10:16:33  michael
+  + Applied patch from Mattias Gaertner, bug 1292
+
+  Revision 1.1.2.3  2000/12/11 09:29:59  michael
   + Fix from Mattias Gaertner
 
   Revision 1.1.2.2  2000/10/13 10:48:10  sg