ObjFW  Diff

Differences From Artifact [8685793b88]:

To Artifact [aaeb7dcecc]:


82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
}

- (char*)cString
{
	if (string != NULL)
		return string;

	asprintf(&string, "ERROR: Could not allocate %zu bytes for object of"
	    "class %s!\n", req_size, object != nil ? [object name] : "(null)");

	return string;
}

- (size_t)requestedSize
{







|







82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
}

- (char*)cString
{
	if (string != NULL)
		return string;

	asprintf(&string, "ERROR: Could not allocate %zu bytes for object of "
	    "class %s!\n", req_size, object != nil ? [object name] : "(null)");

	return string;
}

- (size_t)requestedSize
{