ObjFW  Diff

Differences From Artifact [7e98f0feae]:

To Artifact [8d853c6d4e]:


142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
@end

@implementation OFInvalidEncodingException
- (const char*)cString
{
	if (string != NULL)
		return string;
	
	asprintf(&string, "The encoding is invalid for object of classs %s!",
	    [object name]);

	return string;
}
@end








|







142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
@end

@implementation OFInvalidEncodingException
- (const char*)cString
{
	if (string != NULL)
		return string;

	asprintf(&string, "The encoding is invalid for object of classs %s!",
	    [object name]);

	return string;
}
@end