@@ -820,11 +820,11 @@ - (OFString*)description { /* Classes containing data should reimplement this! */ - return [OFString stringWithFormat: @"<%@: %p>", [self className], self]; + return [OFString stringWithFormat: @"<%@>", [self className]]; } - (void*)allocMemoryWithSize: (size_t)size { void *pointer;