Always build before commit.

This commit is contained in:
David Kuder 2023-04-14 01:44:14 -04:00
parent ed8ccc3b20
commit 399115e592

View File

@ -737,13 +737,16 @@ void restore_config() {
backdrop(PROGNAME); backdrop(PROGNAME);
window(" Error ", 28, 7, 1); window(" Error ", 28, 7, 1);
gotoy(11); gotox(7); gotoy(11); gotox(7);
cprintf("Unable to erase block $%4X", block); cprintf("Unable to erase block $%4X", last);
ok_button(); ok_button();
goto cleanup; goto cleanup;
} }
cfgfile_upload("CONFIG.BACKUP", next); cfgfile_upload("CONFIG.BACKUP", next);
cleanup:
return;
} }
void backup_config() { void backup_config() {
@ -771,7 +774,7 @@ cleanup:
void read_config() { void read_config() {
int i; int i;
uint16_t next, last; uint16_t last;
backdrop(PROGNAME); backdrop(PROGNAME);
window(" Please Wait ", 26, 6, 1); window(" Please Wait ", 26, 6, 1);