Skip to content

Commit c36d10f

Browse files
committed
Fix show_goto_trace call
Signed-off-by: František Nečas <[email protected]>
1 parent 7b9fa05 commit c36d10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2ls/2ls_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ void twols_parse_optionst::show_counterexample(
12861286
{
12871287
case ui_message_handlert::uit::PLAIN:
12881288
std::cout << std::endl << "Counterexample:" << std::endl;
1289-
show_goto_trace(std::cout, ns, error_trace);
1289+
show_goto_trace(result(), ns, error_trace);
12901290
break;
12911291

12921292
case ui_message_handlert::uit::XML_UI:

0 commit comments

Comments
 (0)