Skip to content

Commit

Permalink
Another flushing of the bu_log buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Nov 1, 2023
1 parent 45cc7a5 commit 0441478
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mged/utility1.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,10 @@ f_red(ClientData UNUSED(clientData), Tcl_Interp *interpreter, int argc, const ch
av[3] = argv[1];

if ( ged_exec(GEDP, 4, (const char **)av) & BRLCAD_ERROR ) {
mged_pr_output(interpreter);
Tcl_AppendResult(interpreter, "Error: ", bu_vls_addr(GEDP->ged_result_str), (char *)NULL);
} else {
mged_pr_output(interpreter);
Tcl_AppendResult(interpreter, bu_vls_addr(GEDP->ged_result_str), (char *)NULL);
}

Expand Down

0 comments on commit 0441478

Please sign in to comment.