summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proto_nlmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_nlmsg.c b/proto_nlmsg.c
index ce97c6d..d3c913d 100644
--- a/proto_nlmsg.c
+++ b/proto_nlmsg.c
@@ -42,7 +42,7 @@
#define attr_fmt(attr, fmt, ...) \
tprintf("\tA: "fmt, ##__VA_ARGS__); \
- tprintf(", Len %lu\n", RTA_LEN(attr));
+ tprintf(", Len %d\n", RTA_LEN(attr));
struct flag_name {
const char *name;