@@ -518,10 +518,10 @@ /* We don't really care, as we only made it smaller */ [e dealloc]; } } -- (id)copy +- copy { return [[OFString alloc] initWithString: self]; } @end