use %p for pointers

This commit is contained in:
Jeff Hill
1997-06-30 23:40:50 +00:00
parent 5101067bcc
commit f5733cd3af
6 changed files with 18 additions and 6 deletions
+4 -1
View File
@@ -5,6 +5,9 @@
//
//
// $Log$
// Revision 1.5 1997/06/13 09:16:12 jhill
// connect proto changes
//
// Revision 1.4 1997/04/10 19:40:31 jhill
// API changes
//
@@ -145,7 +148,7 @@ caStatus caServerIO::init(caServerI &cas)
//
void caServerIO::show (unsigned /* level */) const
{
printf ("caServerIO at %x\n", (unsigned) this);
printf ("caServerIO at %p\n", this);
}
//