Browse Source

Cleanup

master
cancel 5 years ago
parent
commit
8633da7c41
  1. 7
      tui_main.c

7
tui_main.c

@ -3000,10 +3000,9 @@ int main(int argc, char** argv) {
} else {
undo_history_pop(&ged_state.undo_hist, &ged_state.field,
&ged_state.tick_num);
Qmsg* msg = qmsg_push(3, 50);
WINDOW* msgw = qmsg_window(msg);
wmove(msgw, 0, 1);
wprintw(msgw, "Error: %s", field_load_error_string(fle));
qmsg_printf_push("Error Loading File",
"%s:\n%s",
temp_name.str, field_load_error_string(fle));
}
}
heapstr_deinit(&temp_name);

Loading…
Cancel
Save