]> granicus.if.org Git - strace/commitdiff
Fix output format of last change.
authorRoland McGrath <roland@redhat.com>
Fri, 10 Jan 2003 20:09:43 +0000 (20:09 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 10 Jan 2003 20:09:43 +0000 (20:09 +0000)
stream.c

index db2c82316594a68c67d9c1a26f38e0ada9416d15..135735a628edd9a7aaa3b157d8ab237faa8278c2 100644 (file)
--- a/stream.c
+++ b/stream.c
@@ -713,7 +713,7 @@ int len;
                tprintf ("QUEUE=%p", m.conn_res.QUEUE_ptr);
 #elif defined HAVE_STRUCT_T_CONN_RES_ACCEPTOR_ID
                COMMA ();
-               tprintf ("QUEUE=%p", m.conn_res.ACCEPTOR_id);
+               tprintf ("ACCEPTOR=%#lx", m.conn_res.ACCEPTOR_id);
 #endif
                ADDR (conn_res, OPT);
                COMMA ();