ObjFW  Diff

Differences From Artifact [d6a8b9409e]:

To Artifact [ced71e0c8a]:


48
49
50
51
52
53
54
55
56

57
58
59

60
61
62
63
64

65
66
67
68
69
70
71
72
48
49
50
51
52
53
54


55



56





57

58
59
60
61
62
63
64







-
-
+
-
-
-
+
-
-
-
-
-
+
-







{
	OF_INVALID_INIT_METHOD
}

- initWithSourcePath: (OFString *)sourcePath
     destinationPath: (OFString *)destinationPath
{
	self = [super init];

	return [self initWithSourcePath: sourcePath
	@try {
		_sourcePath = [sourcePath copy];
		_destinationPath = [destinationPath copy];
			destinationPath: destinationPath
	} @catch (id e) {
		[self release];
		@throw e;
	}

				  errNo: 0];
	return self;
}

- initWithSourcePath: (OFString *)sourcePath
     destinationPath: (OFString *)destinationPath
	       errNo: (int)errNo
{
	self = [super init];