commit | 906dade0ddcd670302fe8ce4e00b9a449b61999f | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Fri Nov 26 09:18:37 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Fri Nov 26 09:18:37 1999 +0000 |
tree | 93bd8d4c91e9f327b2de5b169d1c6b09b241dd49 | |
parent | 2a64b43d87c89c8feb0b2e6c1d008a2d635049b0 [diff] [blame] |
Tiny display fixup in getpmsg syscall output
diff --git a/stream.c b/stream.c index 0ddb5f1..7f287c5 100644 --- a/stream.c +++ b/stream.c
@@ -217,6 +217,7 @@ 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");