Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 5bca5adc authored by Yi Kong's avatar Yi Kong
Browse files

Fix -Wformat warning

frameworks/base/core/jni/com_android_internal_content_FileSystemUtils.cpp:92:38: error: format specifies type 'int' but the argument has type 'long' [-Werror,-Wformat]
   91 |               ", st_blksize: %d, st_size: %" PRIu64 "",
      |                              ~~
      |                              %ld
   92 |               beforePunch.st_blocks, beforePunch.st_blksize,
      |                                      ^~~~~~~~~~~~~~~~~~~~~~

Test: presubmit
Bug: 315250603
Change-Id: I87b2f17928f8e7029e4a6de3df231a41d6807aaf
parent cd170297
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment