]> err.no Git - sope/blobdiff - Recycler/mod_objc/ApTest.m
use %p for pointer formats
[sope] / Recycler / mod_objc / ApTest.m
index 3940a2aaa178859aa5c5aa221c7c7a97183b4b2b..1f98d74268affa945095490d80fa6f0db126bb4d 100644 (file)
 @implementation ApTest
 
 - (id)init {
-  //printf("INIT 0x%08X ..\n", (unsigned int)self);
+  //printf("INIT 0x%p ..\n", (unsigned int)self);
   return self;
 }
 - (void)dealloc {
-  //printf("DEALLOC 0x%08X ..\n", (unsigned int)self);
+  //printf("DEALLOC 0x%p ..\n", (unsigned int)self);
   [super dealloc];
 }