summaryrefslogtreecommitdiff
path: root/mergecap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mergecap.c')
-rw-r--r--mergecap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mergecap.c b/mergecap.c
index a8f7daa4ef..3f345be9d4 100644
--- a/mergecap.c
+++ b/mergecap.c
@@ -479,7 +479,7 @@ main(int argc, char *argv[])
}
if (verbose)
- fprintf(stderr, "Record: %u\n", count++);
+ fprintf(stderr, "Record: %d\n", count++);
/* We simply write it, perhaps after truncating it; we could do other
* things, like modify it. */