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