summaryrefslogtreecommitdiff
path: root/rawshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index 3d54ca3a63..ebfbea4f56 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -1078,7 +1078,7 @@ process_packet(capture_file *cf, epan_dissect_t *edt, gint64 offset,
passed = TRUE;
/* Print a one-line summary */
- printf(" %u", passed ? 1 : 0);
+ printf(" %d", passed ? 1 : 0);
}
printf(" -\n");