ObjFW  Diff

Differences From Artifact [47b11362db]:

To Artifact [c329b07d23]:


518
519
520
521
522
523
524





525
526
527
528
529
530
531

	objc_autoreleasePoolPop(pool);

	[ret makeImmutable];

	return ret;
}






- (OFString *)fileSystemRepresentation
{
	void *pool = objc_autoreleasePoolPush();
	OFString *path;

	if (![_scheme isEqual: @"file"])







>
>
>
>
>







518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536

	objc_autoreleasePoolPop(pool);

	[ret makeImmutable];

	return ret;
}

- (OFArray *)pathComponents
{
	return [_path componentsSeparatedByString: @"/"];
}

- (OFString *)fileSystemRepresentation
{
	void *pool = objc_autoreleasePoolPush();
	OFString *path;

	if (![_scheme isEqual: @"file"])