ObjFW  Diff

Differences From Artifact [829d513f17]:

To Artifact [f6cfcd55b0]:


284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
}

#ifdef OF_HAVE_FILES
- (void)parseFile: (OFString *)path
{
	OFFile *file = [[OFFile alloc] initWithPath: path
					       mode: @"rb"];

	@try {
		[self parseStream: file];
	} @finally {
		[file release];
	}
}
#endif







<







284
285
286
287
288
289
290

291
292
293
294
295
296
297
}

#ifdef OF_HAVE_FILES
- (void)parseFile: (OFString *)path
{
	OFFile *file = [[OFFile alloc] initWithPath: path
					       mode: @"rb"];

	@try {
		[self parseStream: file];
	} @finally {
		[file release];
	}
}
#endif