]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/m_ife.c
fix print_0xhex on 32 bit
[mirror_iproute2.git] / tc / m_ife.c
index 20e9c73d9a0edb7ee20365dd199a5942f294a293..2bf9f2047b46df7e6ce15351011b488fffb384ab 100644 (file)
@@ -247,7 +247,7 @@ static int print_ife(struct action_util *au, FILE *f, struct rtattr *arg)
        if (tb[TCA_IFE_TYPE]) {
                ife_type = rta_getattr_u16(tb[TCA_IFE_TYPE]);
                has_optional = 1;
-               print_0xhex(PRINT_ANY, "type", "type 0x%X ", ife_type);
+               print_0xhex(PRINT_ANY, "type", "type %#llX ", ife_type);
        }
 
        if (has_optional)