diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp index 6e4817f537..fea7cd3928 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp @@ -19,7 +19,7 @@ bool MemoryCardDriverThreaded_Linux::TestWrite( UsbStorageDevice* pDevice ) return true; } -static bool ExecuteCommand( CCStringRef sCommand ) +static bool ExecuteCommand( const CString &sCommand ) { LOG->Trace( "executing '%s'", sCommand.c_str() ); int ret = system(sCommand);