ObjFW  Diff

Differences From Artifact [4a96f71a53]:

To Artifact [144754058e]:


266
267
268
269
270
271
272

273



274
275
276
277
278
279
280
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284







+

+
+
+








		[OFApplication activateSandbox: sandbox];
	} @finally {
		[sandbox release];
	}
#endif

#if !defined(OF_MORPHOS) || defined(OF_IXEMUL)
	[OFLocalization addLanguageDirectory: @LANGUAGE_DIR];
#else
	[OFLocalization addLanguageDirectory: @"PROGDIR:/share/ofhttp/lang"];
#endif

	optionsParser = [OFOptionsParser parserWithOptions: options];
	while ((option = [optionsParser nextOption]) != '\0') {
		switch (option) {
		case 'b':
			[self setBody: [optionsParser argument]];
			break;