]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal-upload: avoid calling printf with maximum precision
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Oct 2014 04:27:25 +0000 (23:27 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Oct 2014 04:27:25 +0000 (00:27 -0400)
commit30776485c5bc2d9c356e875f2aee874d22c393b7
tree4be0f15f2b7871b7b8a987534fbb6b2b257f078e
parentd71839afd88589247d8dd42b2b09d024f521749d
journal-upload: avoid calling printf with maximum precision

Precision of INT_MAX does not work as I expected it to.

https://bugzilla.redhat.com/show_bug.cgi?id=1154334
src/journal-remote/journal-upload.c