]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use %ju and cast to (uintmax_t) to avoid using PRI* macros.
authorXin LI <delphij@FreeBSD.org>
Mon, 28 Sep 2020 04:30:31 +0000 (04:30 +0000)
committerXin LI <delphij@FreeBSD.org>
Mon, 28 Sep 2020 04:30:31 +0000 (04:30 +0000)
commit5e8221100a2db96e41eb23ae692b22e2124db3c6
tree55f3e05c1389a95eab177407d502428c88d875bf
parentb65eb2f8a83fb102bcacaa0eafff96ac290a2d5a
Use %ju and cast to (uintmax_t) to avoid using PRI* macros.

Suggested by: kevlo
sbin/fsck_msdosfs/dir.c