mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
c8d683ce7a
If CONFIG_FS_LARGEFILE is enabled, the off_t is 64bit. So use PRIiOFF instead of PRIi32. Signed-off-by: Leo Chung <gewalalb@gmail.com>