diff -r 411819b8702c -r e5af35e6c93f tools/dimacs-to-lgf.cc --- a/tools/dimacs-to-lgf.cc Fri Mar 23 16:09:27 2018 +0100 +++ b/tools/dimacs-to-lgf.cc Wed Oct 17 19:18:04 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: