update comment

This commit is contained in:
Chris Danford
2004-08-09 05:56:38 +00:00
parent 4b09d31db6
commit 71186e34ec
+3 -1
View File
@@ -162,7 +162,9 @@ void MemoryCardManager::UpdateUnassignedCards()
vector<UsbStorageDevice>::iterator it = find(vUnassignedDevices.begin(),vUnassignedDevices.end(),m_Device[p]);
if( it != vUnassignedDevices.end() )
{
// TRICKY:
// TRICKY: Update m_Device with the latest info we received from the
// driver. It may contain updated info like WriteTest results and a
// sName.
m_Device[p] = *it;
vUnassignedDevices.erase( it );