mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 22:15:41 +00:00
Place a space between temperature and model
eg [36C] ST3500... and not [36C]ST3500..
This commit is contained in:
@@ -6415,7 +6415,7 @@ void* nwipe_gui_status( void* ptr )
|
||||
c[i]->device_type_str,
|
||||
c[i]->device_size_text );
|
||||
wprintw_temperature( c[i] );
|
||||
wprintw( main_window, "%s/%s", c[i]->device_model, c[i]->device_serial_no );
|
||||
wprintw( main_window, " %s/%s", c[i]->device_model, c[i]->device_serial_no );
|
||||
|
||||
/* Check whether the child process is still running the wipe. */
|
||||
if( c[i]->wipe_status == 1 )
|
||||
|
||||
Reference in New Issue
Block a user