ObjFW  Diff

Differences From Artifact [7e2448fb2d]:

To Artifact [3ddc2d6279]:


237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
	[controllers makeImmutable];

	objc_autoreleasePoolPop(pool);

	return controllers;
}

- (instancetype)init
{
	OF_INVALID_INIT_METHOD
}

- (instancetype)of_initWithPath: (OFString *)path
{
	self = [super init];

	@try {
		OFStringEncoding encoding = [OFLocale encoding];
		unsigned long evBits[OFRoundUpToPowerOf2(OF_ULONG_BIT,







<
<
<
<
<







237
238
239
240
241
242
243





244
245
246
247
248
249
250
	[controllers makeImmutable];

	objc_autoreleasePoolPop(pool);

	return controllers;
}






- (instancetype)of_initWithPath: (OFString *)path
{
	self = [super init];

	@try {
		OFStringEncoding encoding = [OFLocale encoding];
		unsigned long evBits[OFRoundUpToPowerOf2(OF_ULONG_BIT,