Upload whatever i changed ig

This commit is contained in:
Li 2024-01-24 00:17:44 +13:00
parent 0e3052b2aa
commit ffb25d76a4

View File

@ -85,7 +85,7 @@ void handle_menu_set_output(char* fmt, int what) {
do_confirm_message("Error!", msg);
}
else{
snprintf(msg, sizeof(msg), "Backup created at: \"%.20s\"", out_dumpfile);
snprintf(msg, sizeof(msg), "Backup created at: \"%.20s\" ...", out_dumpfile);
do_confirm_message("Backup Success!", msg);
}
}