Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vpool 'pool->v_off - where > 0' will work as 'pool->v_off != where'
Fix PVS-Studio issues: src/vpool.c:153: warning: V555 The expression 'pool->v_off - where > 0' will work as 'pool->v_off != where'. src/vpool.c:182: warning: V555 The expression 'pool->v_off - where > 0' will work as 'pool->v_off != where'.
- Loading branch information