Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
0.4.12-dev-408-g431f9bf https://git.reactos.org/?p=reactos.git;a=commit;h=431f9bf3110b6868ab2d08fab0812841bc0a7f6e
Description
Probably || should be used instead && because now this is always false
if (id < 9475 && id > 9503) |
return; |