]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgtop: use PRIu64 to print uint64_t (#5544)
authorThomas H. P. Andersen <phomes@gmail.com>
Tue, 7 Mar 2017 06:47:18 +0000 (07:47 +0100)
committerMartin Pitt <martinpitt@users.noreply.github.com>
Tue, 7 Mar 2017 06:47:18 +0000 (07:47 +0100)
commit557e36934d21b08acafbe2baf6ebfde761fbae25
treefac803594e4fbaf44e1e0d992e716f1f7868b53e
parent81687ee3382d5a3a63f8aba1cd24b0517be1f8e4
cgtop: use PRIu64 to print uint64_t (#5544)

Commit 59f448cf replaced usage of off_t with uint64_t. Change the
format string to use PRIu64 to match it.
src/cgtop/cgtop.c