MantisBT - VCMI | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000456 | VCMI | Other | public | 2010-05-19 15:38 | 2010-05-26 22:17 |
Reporter | majaczek | ||||
Assigned To | Tow | ||||
Priority | low | Severity | trivial | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000456: rev1581 uses wrong way operator || in functions of imarket | ||||
Description | many functions use construction if (mode== enum_mode_value1 || enum_mode_value2 || enum_mode_value3) do_something while these modes are raw enum, not the bitfields so its results as if (mode==1) do_something so please somebody to fix | ||||
Steps To Reproduce | fails concept on any mode!=1 so produces runtime errors on any market mode diffrent from those equal 1 (those equal1 will be used more frequently so it could have time to observe) | ||||
Additional Information | its issue on coder side, which may be hard to understand for players and testers which aren't c++ programers (eg. aren't coders of this project) | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-05-19 15:38 | majaczek | New Issue | |||
2010-05-26 22:17 | Tow | Note Added: 0000874 | |||
2010-05-26 22:17 | Tow | Status | new => closed | ||
2010-05-26 22:17 | Tow | Assigned To | => Tow | ||
2010-05-26 22:17 | Tow | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|