]> git.ipfire.org Git - thirdparty/systemd.git/commit
sleep: fix one more printf format of a fiemap field
authorFilipe Brandenburger <filbranden@google.com>
Wed, 27 Jun 2018 16:19:33 +0000 (09:19 -0700)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 27 Jun 2018 18:29:21 +0000 (03:29 +0900)
commitd7af62d52cd3b58c5fe7d410e907e01fed71c02e
tree8e67fb7a26ace4de7f4f3c70e0d3df2dd8f143e2
parent358248caa3eca525751694de7c34b16bb46d5a9c
sleep: fix one more printf format of a fiemap field

Use PRIu64 constant to get the format right on LP-64 architectures,
cast to (uint64_t) to solve incompatibility of __u64.

This was missed in ad4bc3352285f467f4ffa03c3171b19fa0a8758d, so fix it
with this follow up.
src/test/test-sleep.c