chiark / gitweb /
networkd: use correct printf formatter
authorDave Reisner <dreisner@archlinux.org>
Mon, 25 Nov 2013 23:19:10 +0000 (18:19 -0500)
committerDave Reisner <dreisner@archlinux.org>
Mon, 25 Nov 2013 23:19:49 +0000 (18:19 -0500)
commita9bc6d2df16c1d9f8a99d2cc9be2babf62bd173f
tree3b50e05ae434124c9c1c8cbc7b3864af05e920d0
parent4ae7885c2c4d89e1149c3fb186a4fe3b49787cc7
networkd: use correct printf formatter

uint64_t can be formatted correctly with %ju, rather than casting to
unsigned and potentially losing accuracy.
src/network/networkd-link.c
src/network/networkd-network.c