]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - bridge/link.c
fix print_0xhex on 32 bit
[mirror_iproute2.git] / bridge / link.c
index 3290c16f0951680ab056f323c285e55fd3340577..32317e53b0361a96c8d817b74d0fe45ed6cb150f 100644 (file)
@@ -90,7 +90,7 @@ static void print_hwmode(__u16 mode)
 {
        if (mode >= ARRAY_SIZE(hw_mode))
                print_0xhex(PRINT_ANY, "hwmode",
-                           "hwmode %#hx ", mode);
+                           "hwmode %#llx ", mode);
        else
                print_string(PRINT_ANY, "hwmode",
                             "hwmode %s ", hw_mode[mode]);