summaryrefslogtreecommitdiff
path: root/print_bigreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'print_bigreq.c')
-rw-r--r--print_bigreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print_bigreq.c b/print_bigreq.c
index 7bbe56e..dd1c84c 100644
--- a/print_bigreq.c
+++ b/print_bigreq.c
@@ -36,7 +36,7 @@ BigreqEnable (FD fd, const unsigned char *buf)
if (Verbose > 1)
PrintField(SBf, 0, 4, CARD32, "sequence number");
- printfield(buf, 2, 2, CONST2(2), "request length");
+ printreqlen(buf, fd, CONST2(2));
}
void