Browse Source

* fixed for comp = int64

Jonas Maebe 21 years ago
parent
commit
b95efa49e7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tests/test/tstring6.pp

+ 4 - 0
tests/test/tstring6.pp

@@ -435,7 +435,11 @@ begin
   str(E,S);
   Writeln (S);
   Write ('str(Co,S)= ');
+{$ifdef cpui386}
   Co:=4.0;
+{$else cpui386}
+  Co := 4;
+{$endif cpui386}
   str(Co,S);
   Writeln (S);
   Write ('str(Si,S)= ');