mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Better handling of big FAIL banned in case of errors
This commit is contained in:
parent
c6b04e5414
commit
79bb781431
@ -399,7 +399,6 @@ void restore_big_status(void)
|
||||
|
||||
restore_screen_region(POP_STATUS_REGION, popup_status_save_buffer);
|
||||
big_status_displayed = false;
|
||||
enable_big_status = false;
|
||||
}
|
||||
|
||||
void check_input(void)
|
||||
@ -410,6 +409,7 @@ void check_input(void)
|
||||
return;
|
||||
} else if (big_status_displayed) {
|
||||
restore_big_status();
|
||||
enable_big_status = false;
|
||||
}
|
||||
|
||||
switch (input_key) {
|
||||
|
@ -671,7 +671,8 @@ void main(void)
|
||||
if (error_count == 0) {
|
||||
display_status("Pass ");
|
||||
display_big_status(true);
|
||||
//display_notice("** Pass completed, no errors **");
|
||||
} else {
|
||||
display_big_status(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user