This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
freepascal.compiler
espejo de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
* avoid FPU exception on run
pierre
hace 25 años
padre
e574245b0e
commit
7c02c685b9
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
2
2
tests/webtbs/tbug911.pp
+ 2
- 2
tests/webtbs/tbug911.pp
Ver fichero
@@ -4,5 +4,5 @@ begin
end;
begin
- log(
1
,5);
-end.
+ log(
2
,5);
+end.