diff -r cd72eae05bdf -r 3c00344f49c9 tools/dimacs-to-lgf.cc --- a/tools/dimacs-to-lgf.cc Mon Jul 16 16:21:40 2018 +0200 +++ b/tools/dimacs-to-lgf.cc Wed Oct 17 19:14:07 2018 +0200 @@ -73,11 +73,13 @@ if (!output) { throw IoError("Cannot open the file for writing", ap.files()[1]); } + // fall through case 1: input.open(ap.files()[0].c_str()); if (!input) { throw IoError("File cannot be found", ap.files()[0]); } + // fall through case 0: break; default: