@@ -489,12 +489,11 @@ } - (OFString*)description { /* Classes containing data should reimplement this! */ - return [OFString stringWithFormat: @"<%s: %p>", - [[self className] cString], self]; + return [OFString stringWithFormat: @"<%@: %p>", [self className], self]; } - (void)addMemoryToPool: (void*)ptr { void **memchunks;