ObjFW  Diff

Differences From Artifact [1f9ec9effe]:

To Artifact [917ac12657]:


125
126
127
128
129
130
131


132
133
134
135
136
137
138
					iter2->shortOption = '\0';
					iter2->longOption = nil;

					@throw e;
				}
			}
		}



		_arguments = [[OFApplication arguments] retain];
	} @catch (id e) {
		[self release];
		@throw e;
	}








>
>







125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
					iter2->shortOption = '\0';
					iter2->longOption = nil;

					@throw e;
				}
			}
		}
		iter2->shortOption = '\0';
		iter2->longOption = nil;

		_arguments = [[OFApplication arguments] retain];
	} @catch (id e) {
		[self release];
		@throw e;
	}