ObjFW  Diff

Differences From Artifact [9b7c94885a]:

To Artifact [778d1b4971]:


218
219
220
221
222
223
224

225

226
227
228
229
230
231
232
218
219
220
221
222
223
224
225

226
227
228
229
230
231
232
233







+
-
+







						       size: size];

	return ret;
}

- close
{
	if (fp != NULL)
	fclose(fp);
		fclose(fp);
	fp = NULL;

	return self;
}
@end

/// \cond internal