aboutsummaryrefslogtreecommitdiffstats
path: root/tap-ansi_astat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-ansi_astat.c')
-rw-r--r--tap-ansi_astat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-ansi_astat.c b/tap-ansi_astat.c
index b5a3c42537..0d23895674 100644
--- a/tap-ansi_astat.c
+++ b/tap-ansi_astat.c
@@ -145,7 +145,7 @@ ansi_a_stat_init(const char *optarg _U_, void* userdata _U_)
memset(stat_p, 0, sizeof(ansi_a_stat_t));
err_p =
- register_tap_listener("ansi_a", stat_p, NULL,
+ register_tap_listener("ansi_a", stat_p, NULL, 0,
NULL,
ansi_a_stat_packet,
ansi_a_stat_draw);