fixed states if drive is no longer present
This commit is contained in:
@ -15,7 +15,9 @@
|
||||
|
||||
#define SHRED_ITERATIONS 1
|
||||
|
||||
#define SELECTED_DRIVE vecDrives.at(i32SelectedEntry)
|
||||
|
||||
|
||||
|
||||
|
||||
#define READ 0
|
||||
#define WRITE 1
|
||||
@ -75,7 +77,7 @@ private:
|
||||
static void handleESC();
|
||||
static void handleAbort();
|
||||
static void checkShredComplete(vector <Drive>* pvecDrives);
|
||||
|
||||
static Drive* getSelectedDrive();
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user