]> err.no Git - sope/blobdiff - sope-core/EOControl/EOClassDescription.m
various bugfixes for the computeXXX: methods, proper implementations for Foundations...
[sope] / sope-core / EOControl / EOClassDescription.m
index 2947cafb0b31b866f6e3055845aa711634bc3577..7f68fb43d2966681df3574a93f8624cc0207aa67 100644 (file)
@@ -149,7 +149,7 @@ static NSMapTable *classToDesc  = NULL;
 /* description */
 
 - (NSString *)description {
-  return [NSString stringWithFormat:@"<%@[0x%08X]: entity=%@>",
+  return [NSString stringWithFormat:@"<%@[0x%p]: entity=%@>",
                      NSStringFromClass([self class]), self,
                      [self entityName]];
 }