Cleanup|ZipFile: Unnecessary use of CPP_BOOL()
The CPP_BOOL() macro converts a non-bool value to a C++ bool type.In these cases the value already was a bool to begin with, so the macrowas contributing nothing.
View differences
Cleanup|ZipFile: Unnecessary use of CPP_BOOL()
The CPP_BOOL() macro converts a non-bool value to a C++ bool type.
In these cases the value already was a bool to begin with, so the macro
was contributing nothing.