From 37af3d7b37975aa108bf44aef8253aa5b16f3d35 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 4 Jan 2006 17:46:29 +0000 Subject: [PATCH] build fix --- .../src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);