]> granicus.if.org Git - strace/commitdiff
Tiny display fixup in getpmsg syscall output
authorWichert Akkerman <wichert@deephackmode.org>
Fri, 26 Nov 1999 09:18:37 +0000 (09:18 +0000)
committerWichert Akkerman <wichert@deephackmode.org>
Fri, 26 Nov 1999 09:18:37 +0000 (09:18 +0000)
stream.c

index 0ddb5f12f092e5dd864b1f1fef1923922ac2be18..7f287c5dc34b3f010f86a21233ebd197dcebe01c 100644 (file)
--- a/stream.c
+++ b/stream.c
@@ -217,6 +217,7 @@ struct tcb *tcp;
                        printstrbufarg(tcp, tcp->u_arg[i], 1);
                /* pointer to band */
                printnum(tcp, tcp->u_arg[3], "%d");
+               tprintf(", ");
                /* pointer to flags */
                if (tcp->u_arg[4] == 0)
                        tprintf("NULL");