From: Dmitry V. Levin Date: Mon, 24 Apr 2017 14:14:07 +0000 (+0000) Subject: print_mq_attr: fix typo X-Git-Tag: v4.17~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d64aa388346fbf890277a9254e1ef7b7e245c810;p=strace print_mq_attr: fix typo * print_mq_attr.c (printmqattr): Fix the last argument of printflags64. --- diff --git a/print_mq_attr.c b/print_mq_attr.c index b5f9c134..5c057741 100644 --- a/print_mq_attr.c +++ b/print_mq_attr.c @@ -54,7 +54,7 @@ MPERS_PRINTER_DECL(void, printmqattr, struct tcb *const tcp, if (decode_flags) printflags64(mq_attr_flags, zero_extend_signed_to_ull(attr.mq_flags), - "/* O_??? */"); + "O_???"); else tprintf("%#llx", zero_extend_signed_to_ull(attr.mq_flags)); tprintf(", mq_maxmsg=%lld, mq_msgsize=%lld, mq_curmsgs=%lld}",