Fixed some debug trace format specifiers to reduce compile-time warnings (round two)

This commit is contained in:
Joseph Henry
2018-02-21 12:02:16 -08:00
parent 9fba2a6d32
commit c107f2c05c
4 changed files with 9 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ int main(int argc, char **argv)
in6.sin6_family = AF_INET6;
in6.sin6_addr = in6addr_any;
fprintf(stderr, "nwid=%llx\n", nwid);
fprintf(stderr, "nwid=%llx\n", (unsigned long long)nwid);
exit(-1);
// --- BEGIN EXAMPLE CODE