mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
3dc6054e2a
The ISO C approved way of printing long long variables is %ll. The %q length modifier was used in BSD 4.4 and Linux libc5, and its use is discouraged as non-standards compliant. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>