@@ -118,11 +118,11 @@ if ([path isEqual: @"-"]) file = of_stdin; else { @try { file = [OFFile fileWithPath: path - mode: @"rb"]; + mode: @"r"]; } @catch (OFOpenItemFailedException *e) { OFString *error = [OFString stringWithCString: strerror([e errNo]) encoding: [OFLocalization encoding]];