Skip to content

Commit 58bfe6d

Browse files
committed
fixed merging issue
1 parent 8f4aa80 commit 58bfe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-analyzer/goto_analyzer_parse_options.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ int goto_analyzer_parse_optionst::doit()
324324

325325
goto_model.set_message_handler(get_message_handler());
326326

327-
if(goto_model(cmdline.args))
327+
if(goto_model(cmdline))
328328
return 6;
329329

330330
goto_functionst::function_mapt::const_iterator f_it=

0 commit comments

Comments
 (0)