ObjFW  Diff

Differences From Artifact [0504ce8d16]:

To Artifact [1b2ac19bc0]:


100
101
102
103
104
105
106





107
100
101
102
103
104
105
106
107
108
109
110
111
112







+
+
+
+
+

	memcpy(newstr + length, wstr, (strlength + 1) * sizeof(wchar_t));

	length = newlen;
	wstring = newstr;

	return self;
}

- (int)compare: (OFWideString*)str
{
	return wcscmp(wstring, [str wcString]);
}
@end