]> git.ozlabs.org Git - ppp.git/commit
pppd: Fix printing 64-bit counters (#528)
authorTomas Paukrt <44699103+tpaukrt@users.noreply.github.com>
Tue, 29 Oct 2024 05:40:55 +0000 (06:40 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 05:40:55 +0000 (16:40 +1100)
commitf7120b5cea9ef51f6b3e95b0be9938f2fec24eaf
tree385871d60fb4dda6280241f5b83533cce20dbb64
parent346125f3750f19bd5f329e8bc31a7df7ffd149d8
pppd: Fix printing 64-bit counters (#528)

Add support of format specifiers %lld and %llu to the function vslprintf
and use the correct specifiers for printing 64-bit counters.

Signed-off-by: Tomas Paukrt <tomaspaukrt@email.cz>
pppd/main.c
pppd/utils.c