This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* avoid FPU exception on run
pierre
25 years ago
parent
e574245b0e
commit
7c02c685b9
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
tests/webtbs/tbug911.pp
+ 2
- 2
tests/webtbs/tbug911.pp
View File
@@ -4,5 +4,5 @@ begin
end;
begin
- log(
1
,5);
-end.
+ log(
2
,5);
+end.