diff options
Diffstat (limited to 'print-zephyr.c')
| -rw-r--r-- | print-zephyr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-zephyr.c b/print-zephyr.c index 3edbeea4..bce7394b 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -343,6 +343,6 @@ zephyr_print(netdissect_options *ndo, const u_char *cp, int length) return; trunc: - ND_PRINT(" [|zephyr] (%d)", length); + nd_print_trunc(ndo); return; } |
