Przeglądaj źródła

* avoid FPU exception on run

pierre 25 lat temu
rodzic
commit
7c02c685b9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      tests/webtbs/tbug911.pp

+ 2 - 2
tests/webtbs/tbug911.pp

@@ -4,5 +4,5 @@ begin
 end;
 
 begin
-  log(1,5);
-end.
+  log(2,5);
+end.