Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eng_back: Fix compiler warning for 32-bit
Amend printf formatter to avoid following compiler warning when building for 32-bit: .../src/eng_back.c:550:85: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
- Loading branch information