@@ -51,11 +51,11 @@ { if (_conditionInitialized) { int error = OFPlainConditionFree(&_condition); if (error != 0) { - OF_ENSURE(error == EBUSY); + OFEnsure(error == EBUSY); @throw [OFConditionStillWaitingException exceptionWithCondition: self]; } }