@@ -313,11 +313,11 @@ if (path == nil) return nil; @try { file = [OFFile fileWithPath: path - mode: @"rb"]; + mode: @"r"]; } @catch (OFOpenItemFailedException *e) { OFString *error = [OFString stringWithCString: strerror([e errNo]) encoding: [OFLocalization encoding]]; [of_stderr writeString: @"\r"];