@@ -144,11 +144,11 @@ @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; }