ObjFW  Diff

Differences From Artifact [aaf59fe08c]:

To Artifact [8314c8c128]:


323
324
325
326
327
328
329
330

331
332
333
334

335
336
337
338
339
340
341
323
324
325
326
327
328
329

330
331
332
333

334
335
336
337
338
339
340
341







-
+



-
+







- (of_comparison_result_t)caseInsensitiveCompare: (OFString *)otherString
{
	[self finishInitialization];

	return [self caseInsensitiveCompare: otherString];
}

- (of_unichar_t)characterAtIndex: (size_t)index
- (of_unichar_t)characterAtIndex: (size_t)idx
{
	[self finishInitialization];

	return [self characterAtIndex: index];
	return [self characterAtIndex: idx];
}

- (void)getCharacters: (of_unichar_t *)buffer
	      inRange: (of_range_t)range
{
	[self finishInitialization];