summaryrefslogtreecommitdiff
path: root/methods/rred.cc
diff options
context:
space:
mode:
Diffstat (limited to 'methods/rred.cc')
-rw-r--r--methods/rred.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/rred.cc b/methods/rred.cc
index b7825721c..0184456bf 100644
--- a/methods/rred.cc
+++ b/methods/rred.cc
@@ -806,7 +806,7 @@ int main(int argc, const char *argv[])
for (; argi < argmax; ++argi)
{
FileFd patch;
- if (not patch.Open(CmdL.FileList[argi], FileFd::ReadOnly))
+ if (not patch.Open(CmdL.FileList[argi], FileFd::ReadOnly, FileFd::Extension))
{
_error->DumpErrors(std::cerr);
return 1;