diff --git a/Source/NSDictionary.m b/Source/NSDictionary.m index 62fd396d3..94cb1c36c 100644 --- a/Source/NSDictionary.m +++ b/Source/NSDictionary.m @@ -199,9 +199,8 @@ static Class NSMutableDictionary_concrete_class; - (NSString*) descriptionWithIndent: (unsigned)level { - /* xxx Fix this when we get %@ working in format strings. */ return [NSString stringWithFormat:@"%*s%s", - level, "", [[self description] cString]]; + level, "", [[self description] cStringNoCopy]]; } - (NSArray*) allKeys