]> err.no Git - sope/blobdiff - sope-core/NGExtensions/EOExt.subproj/EOKeyMapDataSource.m
fixed gcc 4.1 warnings
[sope] / sope-core / NGExtensions / EOExt.subproj / EOKeyMapDataSource.m
index 700fd6094fc273e4a481e6f15bdf2991a4c34035..f2e58d65ade291cf35bbe5b4a0a208007d2dee21 100644 (file)
 - (NSString *)description {
   NSString *fmt;
 
-  fmt = [NSString stringWithFormat:@"<%@[0x%08X]: source=%@ map=%@>",
+  fmt = [NSString stringWithFormat:@"<%@[0x%p]: source=%@ map=%@>",
                     NSStringFromClass([self class]), self,
                     self->source, self->map];
   return fmt;