Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uninitialized variable use (reported by Clang Static Analyzer)
main.c:488:22: warning: The left operand of '/' is a garbage value fbsize = (fbsize / BLOCKSIZE) * BLOCKSIZE; ~~~~~~ ^ 1 warning generated.
- Loading branch information