@@ -47,8 +47,8 @@ - (OFString *)description { return [OFString stringWithFormat: @"Getting the current directory path failed: %@", - of_strerror(_errNo)]; + OFStrError(_errNo)]; } @end