ObjFW  Diff

Differences From Artifact [3ce56a9b94]:

To Artifact [5c7f256715]:


470
471
472
473
474
475
476

477
478
479
480
481
482
483
	return archive;

error:
	if (mode == 'c')
		[[OFFileManager defaultManager] removeItemAtPath: path];

	[OFApplication terminateWithStatus: 1];

}

- (bool)shouldExtractFile: (OFString *)fileName
	      outFileName: (OFString *)outFileName
{
	OFString *line;








>







470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
	return archive;

error:
	if (mode == 'c')
		[[OFFileManager defaultManager] removeItemAtPath: path];

	[OFApplication terminateWithStatus: 1];
	return nil;
}

- (bool)shouldExtractFile: (OFString *)fileName
	      outFileName: (OFString *)outFileName
{
	OFString *line;