ObjFW  Diff

Differences From Artifact [c7dede3563]:

To Artifact [d5efe167c0]:


263
264
265
266
267
268
269
270
271

272
273
274
275
276
277
278
263
264
265
266
267
268
269


270
271
272
273
274
275
276
277







-
-
+







		@try {
			_s->cString = [self
			    resizeMemory: _s->cString
				    size: _s->cStringLength + 1];
		} @catch (OFOutOfMemoryException *e) {
			/* We don't really care, as we only made it smaller */
		}
	} else
		assert(0);
	}
}

- (void)appendUTF8String: (const char*)UTF8String
{
	size_t UTF8StringLength = strlen(UTF8String);
	size_t length;