This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
freepascal.compiler
réplica de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
* avoid FPU exception on run
pierre
%!s(int64=25) %!d(string=hai) anos
pai
e574245b0e
achega
7c02c685b9
Modificáronse 1 ficheiros
con
2 adicións
e
2 borrados
Dividir vista
Mostrar estatísticas de Diff
2
2
tests/webtbs/tbug911.pp
+ 2
- 2
tests/webtbs/tbug911.pp
Ver ficheiro
@@ -4,5 +4,5 @@ begin
end;
begin
- log(
1
,5);
-end.
+ log(
2
,5);
+end.