ObjFW  Diff

Differences From Artifact [6574951a62]:

To Artifact [e40123b4c3]:


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
431
432
433
434
435
436
437







438
439
440
441
442
443
444







-
-
-
-
-
-
-







- (OFString *)stringByAppendingPathComponent: (OFString *)component
{
	[self finishInitialization];

	return [self stringByAppendingPathComponent: component];
}

- (OFString *)stringByAppendingURLPathComponent: (OFString *)component
{
	[self finishInitialization];

	return [self stringByAppendingURLPathComponent: component];
}

- (OFString *)stringByPrependingString: (OFString *)string
{
	[self finishInitialization];

	return [self stringByPrependingString: string];
}