Mercurial > hg > xemacs-beta
diff src/tooltalk.c @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 538048ae2ab8 |
children | 8eaf7971accc |
line wrap: on
line diff
--- a/src/tooltalk.c Mon Aug 13 09:45:48 2007 +0200 +++ b/src/tooltalk.c Mon Aug 13 09:46:53 2007 +0200 @@ -177,7 +177,7 @@ error ("printing unreadable object #<tooltalk_message 0x%x>", p->header.uid); - sprintf (buf, "#<tooltalk_message id:%d 0x%x>", p->m, p->header.uid); + sprintf (buf, "#<tooltalk_message id:%p 0x%x>", p->m, p->header.uid); write_c_string (buf, printcharfun); } @@ -253,7 +253,7 @@ error ("printing unreadable object #<tooltalk_pattern 0x%x>", p->header.uid); - sprintf (buf, "#<tooltalk_pattern id:%d 0x%x>", p->p, p->header.uid); + sprintf (buf, "#<tooltalk_pattern id:%p 0x%x>", p->p, p->header.uid); write_c_string (buf, printcharfun); }