ObjFW  Diff

Differences From Artifact [228bd6589d]:

To Artifact [f0e2960871]:


715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
		return NO;
	if (strcmp(string, [(OFString*)obj cString]))
		return NO;

	return YES;
}

- (id)copy
{
	return [self retain];
}

- (id)mutableCopy
{
	return [[OFMutableString alloc] initWithString: self];
}

- (of_comparison_result_t)compare: (OFString*)str
{
	int cmp;







|




|







715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
		return NO;
	if (strcmp(string, [(OFString*)obj cString]))
		return NO;

	return YES;
}

- copy
{
	return [self retain];
}

- mutableCopy
{
	return [[OFMutableString alloc] initWithString: self];
}

- (of_comparison_result_t)compare: (OFString*)str
{
	int cmp;