Browse Source

fixed warnings about type conversion

alex 25 years ago
parent
commit
84d2db4fe3
1 changed files with 5 additions and 2 deletions
  1. 5 2
      install/demo/mandel.pp

+ 5 - 2
install/demo/mandel.pp

@@ -322,12 +322,15 @@ begin
   readln;
 {$endif fpc_profile}
   CloseGraph;
-  Writeln('Mandel took ',neededtime/100:0:3,' secs to generate mandel graph');
+  Writeln('Mandel took ',Real(neededtime)/100:0:3,' secs to generate mandel graph');
   Writeln('With graph driver ',gd,' and graph mode ',gm);
 end.
 {
   $Log$
-  Revision 1.9  2000-02-22 03:43:55  alex
+  Revision 1.10  2000-03-08 22:32:41  alex
+  fixed warnings about type conversion
+
+  Revision 1.9  2000/02/22 03:43:55  alex
   fixed the warning
 
   Revision 1.8  2000/01/04 15:29:42  marco