ObjFW  Diff

Differences From Artifact [3bf40de159]:

To Artifact [2183d90e0a]:


169
170
171
172
173
174
175






176
		if ([category of_writeToStream: file
				      encoding: encoding
					 first: first])
			first = false;

	objc_autoreleasePoolPop(pool);
}






@end







>
>
>
>
>
>

169
170
171
172
173
174
175
176
177
178
179
180
181
182
		if ([category of_writeToStream: file
				      encoding: encoding
					 first: first])
			first = false;

	objc_autoreleasePoolPop(pool);
}

- (OFString *)description
{
	return [OFString stringWithFormat: @"<%@: %@>",
					   self.class, _categories];
}
@end