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 { } else {
undo_history_pop(&ged_state.undo_hist, &ged_state.field, undo_history_pop(&ged_state.undo_hist, &ged_state.field,
&ged_state.tick_num); &ged_state.tick_num);
Qmsg* msg = qmsg_push(3, 50); qmsg_printf_push("Error Loading File",
WINDOW* msgw = qmsg_window(msg); "%s:\n%s",
wmove(msgw, 0, 1); temp_name.str, field_load_error_string(fle));
wprintw(msgw, "Error: %s", field_load_error_string(fle));
} }
} }
heapstr_deinit(&temp_name); heapstr_deinit(&temp_name);

Loading…
Cancel
Save