This commit is contained in:
Glenn Maynard
2005-12-10 01:40:19 +00:00
parent 03ba527b58
commit 8896e8b664
@@ -200,7 +200,7 @@ bool MemoryCardDriverThreaded_Linux::DoOneUpdate( bool bMount, vector<UsbStorage
d.bIsNameAvailable = iter->bIsNameAvailable;
d.sName = iter->sName;
/* The device was here last time. If CHECKING, check the device now if
/* The device was here last time. If CHECKING, check the device now, if
* we're allowed to. */
if( d.m_State == UsbStorageDevice::STATE_CHECKING )
{
@@ -242,7 +242,6 @@ bool MemoryCardDriverThreaded_Linux::DoOneUpdate( bool bMount, vector<UsbStorage
m_vDevicesLastSeen = vNew;
CHECKPOINT;
return true;
}