build fix

This commit is contained in:
Glenn Maynard
2006-01-04 17:46:29 +00:00
parent c0e6e08918
commit 37af3d7b37
@@ -19,7 +19,7 @@ bool MemoryCardDriverThreaded_Linux::TestWrite( UsbStorageDevice* pDevice )
return true; return true;
} }
static bool ExecuteCommand( CCStringRef sCommand ) static bool ExecuteCommand( const CString &sCommand )
{ {
LOG->Trace( "executing '%s'", sCommand.c_str() ); LOG->Trace( "executing '%s'", sCommand.c_str() );
int ret = system(sCommand); int ret = system(sCommand);