]> err.no Git - sope/blobdiff - sope-core/NGExtensions/NGBitSet.m
fixed gcc 4.1 warnings
[sope] / sope-core / NGExtensions / NGBitSet.m
index 0bd83475dfa447d4f622596affd906b41c3f1632..effd572935e51aa4c818bf129b5d533139322894 100644 (file)
 
 - (NSString *)description {
   return [NSString stringWithFormat:
-                     @"<NGBitSet[0x%08X]: capacity=%u count=%u content=%@>",
+                     @"<NGBitSet[0x%p]: capacity=%u count=%u content=%@>",
                      (unsigned)self, self->universe, self->count,
                      [[self toArray] description]];
 }