ObjFW  Diff

Differences From Artifact [9a10462bff]:

To Artifact [b07f7b6ae5]:


243
244
245
246
247
248
249
250

251
252
253
254
255
256
257
258
243
244
245
246
247
248
249

250

251
252
253
254
255
256
257







-
+
-







		{ 'v', @"verbose", 0, &_verbose, NULL },
		{ '\0', nil, 0, NULL, NULL }
	};
	OFOptionsParser *optionsParser = [OFOptionsParser
	    parserWithOptions: options];
	of_unichar_t option;

	[OFLocalization addLanguageDirectory: [OFString pathWithComponents:
	[OFLocalization addLanguageDirectory: @LANGUAGE_DIR];
	    [OFArray arrayWithObjects: @DATADIR, @"ofhttp", @"lang", nil]]];

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