This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
freepascal.compiler
miroir de
https://gitlab.com/freepascal.org/fpc/source.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
* avoid FPU exception on run
pierre
il y a 25 ans
Parent
e574245b0e
commit
7c02c685b9
1 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Afficher les stats Diff
2
2
tests/webtbs/tbug911.pp
+ 2
- 2
tests/webtbs/tbug911.pp
Voir le fichier
@@ -4,5 +4,5 @@ begin
end;
begin
- log(
1
,5);
-end.
+ log(
2
,5);
+end.