store /sys/block name in Linux

This commit is contained in:
Glenn Maynard
2005-10-03 07:17:09 +00:00
parent c1b271600f
commit f0998a1dc5
2 changed files with 2 additions and 0 deletions
@@ -278,6 +278,7 @@ void GetNewStorageDevices( vector<UsbStorageDevice>& vDevicesOut )
UsbStorageDevice usbd;
CString sPath = sBlockDevicePath + sDevice + "/";
usbd.sSysPath = sPath;
/* Ignore non-removable devices. */
CString sBuf;