View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005335 | The Dark Mod | Coding | public | 06.09.2020 19:29 | 09.12.2022 05:25 |
Reporter | unode | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Platform | Linux | OS | NixOS | OS Version | 20.03 |
Product Version | TDM 2.08 | ||||
Fixed in Version | SVN | ||||
Summary | 0005335: Missing "math.h" include in "tdm_update/ConsoleUpdater.cpp" | ||||
Description | In "tdm_update/ConsoleUpdater.cpp" line 448 (as of https://svn.thedarkmod.com/publicsvn/darkmod_src/tags/2.08/tdm_update/ConsoleUpdater.cpp) , the function "floor" is used but "math.h" is not included causing compilation to fail. Adding "#include <math.h>" was enough to solve the compilation failure. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
06.09.2020 19:29 | unode | New Issue | |
09.12.2022 05:24 | nbohr1more | Note Added: 0015531 | |
09.12.2022 05:25 | nbohr1more | Status | new => closed |
09.12.2022 05:25 | nbohr1more | Resolution | open => won't fix |
09.12.2022 05:25 | nbohr1more | Fixed in Version | => SVN |