Fix slight screen corruption on 80 column display

When highlighting the verify ones option the first two
digits of DoD 5220 .20-M disappear. This patch fixes that
issue.
This commit is contained in:
PartialVolume
2021-10-31 21:30:20 +00:00
parent 154490e56f
commit 089c188b06

View File

@@ -2133,7 +2133,7 @@ void nwipe_gui_method( void )
mvwprintw( main_window, 2, tab2, "Security Level: Not applicable" );
mvwprintw( main_window, 4, tab2, "This method only reads the device and checks " );
mvwprintw( main_window, 5, tab2, "that it is all ones (0xFF). " );
mvwprintw( main_window, 5, tab2, "that it is all ones (0xFF)." );
break;