summaryrefslogtreecommitdiff
path: root/stream.c
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>1999-11-26 09:18:37 +0000
committerWichert Akkerman <wichert@deephackmode.org>1999-11-26 09:18:37 +0000
commit906dade0ddcd670302fe8ce4e00b9a449b61999f (patch)
tree93bd8d4c91e9f327b2de5b169d1c6b09b241dd49 /stream.c
parent2a64b43d87c89c8feb0b2e6c1d008a2d635049b0 (diff)
downloadstrace-906dade0ddcd670302fe8ce4e00b9a449b61999f.tar.gz
strace-906dade0ddcd670302fe8ce4e00b9a449b61999f.tar.bz2
strace-906dade0ddcd670302fe8ce4e00b9a449b61999f.tar.xz
Tiny display fixup in getpmsg syscall output
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.c b/stream.c
index 0ddb5f1..7f287c5 100644
--- 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");