sScsiDevice -> sDevice

This commit is contained in:
Glenn Maynard
2005-04-22 03:16:14 +00:00
parent 769bc2636e
commit 0ba49a8f6a
2 changed files with 7 additions and 7 deletions
@@ -12,7 +12,7 @@ struct UsbStorageDevice
iPort = -1;
iLevel = -1;
iScsiIndex = -1;
sScsiDevice = "";
sDevice = "";
sSerial = "<none>"; // be different than a card with no serial
sOsMountDir = "";
m_State = STATE_NONE;
@@ -28,7 +28,7 @@ struct UsbStorageDevice
int iLevel;
CString sSerial;
int iScsiIndex;
CString sScsiDevice;
CString sDevice;
CString sOsMountDir; // WITHOUT trailing slash
enum State
{