off_t is often unsigned long, which means printf needs to use %lx. Insert a cast in case the value is unsigned int. Signed-off-by: Keith Packard <keithp@keithp.com> |
||
|---|---|---|
| .. | ||
| src | ||
| CMakeLists.txt | ||
| prj.conf | ||
| sample.yaml | ||
off_t is often unsigned long, which means printf needs to use %lx. Insert a cast in case the value is unsigned int. Signed-off-by: Keith Packard <keithp@keithp.com> |
||
|---|---|---|
| .. | ||
| src | ||
| CMakeLists.txt | ||
| prj.conf | ||
| sample.yaml | ||