chiark / gitweb /
fsck: use %zu for size_t
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 18 Mar 2015 21:36:16 +0000 (22:36 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 19 Mar 2015 20:11:32 +0000 (21:11 +0100)
commit1bc48c0471a82ad63f88976979ed16e7a2ddcf1f
tree83f0dac8b0015d74a6d79714679c47af51c9c72d
parentdefa8e675b2903ad53e093bb2847c7256f0779a5
fsck: use %zu for size_t

cur and max were changed to size_t in ac6e2f0dfc2e800f01c79ecea2b811914110a7b9
update the format accordingly.
src/fsck/fsck.c