@@ -40,11 +40,11 @@ - (OFString*)description { if (description != nil) return description; - if (requestedSize) + if (requestedSize != 0) description = [[OFString alloc] initWithFormat: @"Could not allocate %zu bytes in class %@!", requestedSize, inClass]; else description = [[OFString alloc] initWithFormat: