Code cleanups
1) Eliminate everywhere "if (0 == result)" is used, replace with "if (!result)" and the like. 2) Move headers mysteriously included in the middle of the file to the top.
Showing
This diff is collapsed.
Please register or sign in to comment