ObjFW  Diff

Differences From Artifact [276880c8d3]:

To Artifact [7172dc591d]:


516
517
518
519
520
521
522
523

524
525
526
527
516
517
518
519
520
521
522

523
524
525
526
527







-
+




				     toSize: length + 1];
	} @catch (OFOutOfMemoryException *e) {
		/* We don't really care, as we only made it smaller */
		[e dealloc];
	}
}

- (id)copy
- copy
{
	return [[OFString alloc] initWithString: self];
}
@end