Skip to content

Commit

Permalink
mrview: fix assert failure during command line parsing for 'mrview -i…
Browse files Browse the repository at this point in the history
…nfo'
  • Loading branch information
maxpietsch committed Jun 2, 2017
1 parent c4f9e42 commit 583632b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/mrview/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ namespace MR
return;
}

assert ("shouldn't reach here!" && false);
assert (opt.opt->is ("info") or opt.opt->is ("debug") or ("shouldn't reach here!" && false));
}
catch (Exception& E) {
E.display();
Expand Down

0 comments on commit 583632b

Please sign in to comment.