mirror of
https://github.com/V2RetroComputing/analog-utilities.git
synced 2024-11-21 02:33:27 +00:00
Always build before commit.
This commit is contained in:
parent
ed8ccc3b20
commit
399115e592
@ -737,13 +737,16 @@ void restore_config() {
|
||||
backdrop(PROGNAME);
|
||||
window(" Error ", 28, 7, 1);
|
||||
gotoy(11); gotox(7);
|
||||
cprintf("Unable to erase block $%4X", block);
|
||||
cprintf("Unable to erase block $%4X", last);
|
||||
ok_button();
|
||||
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
cfgfile_upload("CONFIG.BACKUP", next);
|
||||
|
||||
cleanup:
|
||||
return;
|
||||
}
|
||||
|
||||
void backup_config() {
|
||||
@ -771,7 +774,7 @@ cleanup:
|
||||
|
||||
void read_config() {
|
||||
int i;
|
||||
uint16_t next, last;
|
||||
uint16_t last;
|
||||
|
||||
backdrop(PROGNAME);
|
||||
window(" Please Wait ", 26, 6, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user