@@ -587,13 +587,13 @@ case -1:; @throw [OFInvalidEncodingException newWithClass: isa]; } if ((string = strdup(string)) == NULL) - @throw [OFOutOfMemoryException newWithClass: isa - size: length + - 1]; + @throw [OFOutOfMemoryException + newWithClass: isa + requestedSize: length + 1]; @try { [self addMemoryToPool: string]; } @catch (id e) { free(string);