-
- Downloads
Merge pull request #6947 from kaspar030/fix_NULL_zero_checks
some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle)
Loading
Please register or sign in to comment
some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle)