ObjFW  Diff

Differences From Artifact [1b42dd0767]:

To Artifact [456ec4e1f3]:


282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
				done = false;
				break;
			}
		}
	}

	if (startsWithSlash)
		[array insertObject: @""
			    atIndex: 0];

	if ([self hasSuffix: @"/"])
		[array addObject: @""];

	ret = [[array componentsJoinedByString: @"/"] retain];

	objc_autoreleasePoolPop(pool);







|
<







282
283
284
285
286
287
288
289

290
291
292
293
294
295
296
				done = false;
				break;
			}
		}
	}

	if (startsWithSlash)
		[array insertObject: @"" atIndex: 0];


	if ([self hasSuffix: @"/"])
		[array addObject: @""];

	ret = [[array componentsJoinedByString: @"/"] retain];

	objc_autoreleasePoolPop(pool);