fix ID
This commit is contained in:
@@ -247,7 +247,7 @@ bool MemoryCardDriverThreaded_OSX::TestWrite( UsbStorageDevice *pDevice )
|
|||||||
{
|
{
|
||||||
if( access(pDevice->sOsMountDir, W_OK) )
|
if( access(pDevice->sOsMountDir, W_OK) )
|
||||||
{
|
{
|
||||||
pDevice->SetError( "Write test failed." );
|
pDevice->SetError( "TestFailed" );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user