]> err.no Git - sope/blobdiff - Recycler/mod_objc/ApacheObject.m
use %p for pointer formats
[sope] / Recycler / mod_objc / ApacheObject.m
index 53a40c1b35d06afad50565c7166ab2f1cb4feb38..eb423224a5229857e188aa365cc903cab94c8c64 100644 (file)
@@ -71,7 +71,7 @@ static NSMapTable *proxyRegistry = NULL; // THREAD
 /* description */
 
 - (NSString *)description {
-  return [NSString stringWithFormat:@"<0x%08X[%@]: apache=0x%08X>",
+  return [NSString stringWithFormat:@"<0x%p[%@]: apache=0x%p>",
                      self, NSStringFromClass([self class]),
                      self->handle];
 }