]> git.ipfire.org Git - thirdparty/chrony.git/commit
client: avoid casting to long
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 23 Mar 2023 13:07:44 +0000 (14:07 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 30 Mar 2023 13:17:52 +0000 (15:17 +0200)
commitcf98551ea1fd3ee0fed3f079b62c07fb9e55228a
treec74e422bfb7f7d57bc1fb43e273ac7e8fb3fc8fa
parent5508b01bd8802cdd0b731fcafd42b7f64e1f18c5
client: avoid casting to long

Use the PRI*32 specifiers in printf formats to avoid casting received
values to unsigned long.
client.c