]> Kevux Git Server - fll/commit
Cleanup: Don't bother with != for existence modulus checks.
authorKevin Day <kevin@kevux.org>
Tue, 4 Jul 2023 03:05:03 +0000 (22:05 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 4 Jul 2023 03:05:03 +0000 (22:05 -0500)
commit9f56da2e48c8aa7e18c7ff38c632007eb5d3546b
treef9ad03f12f579a2876e62f133d4b84e36ad2e634
parent5685b4000dbdd4fe0a2247ab5f2f6bd67701da6d
Cleanup: Don't bother with != for existence modulus checks.

The 'X % 2' and 'X % 3' will be non-zero with they are not divisible by the given unit.
The '!= 0' check is not necessary.
level_3/fss_write/c/main/common.c
level_3/iki_read/c/main/common.c