Explorar el Código

* avoid FPU exception on run

pierre hace 25 años
padre
commit
7c02c685b9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.