ObjFW  Diff

Differences From Artifact [0c60b9fcc6]:

To Artifact [7fc39d31ba]:


502
503
504
505
506
507
508



509
510
511
512
513
514
515
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518







+
+
+







	use_wcache = YES;

	return self;
}

- flushWriteCache
{
	if (wcache == NULL)
		return self;

	[self _writeNBytes: wcache_len
		fromBuffer: wcache];

	[self freeMemory: wcache];
	wcache = NULL;
	wcache_len = 0;
	use_wcache = NO;