ObjFW  Diff

Differences From Artifact [3f6fe5c924]:

To Artifact [c97c6c3e6a]:


65
66
67
68
69
70
71
72
73
74
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"An XML parser of type %@ encountered the unbound prefix %@ in "
	    @"line %zu!", [_parser class], _prefix, [_parser lineNumber]];
}
@end







|


65
66
67
68
69
70
71
72
73
74
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"An XML parser of type %@ encountered the unbound prefix %@ in "
	    @"line %zu!", _parser.class, _prefix, _parser.lineNumber];
}
@end