diff --git a/xbmc/CueDocument.cpp b/xbmc/CueDocument.cpp index 449364977b0dc..5d85e5d27bb9f 100644 --- a/xbmc/CueDocument.cpp +++ b/xbmc/CueDocument.cpp @@ -377,7 +377,7 @@ bool CCueDocument::ResolvePath(CStdString &strPath, const CStdString &strBase) return true; } } - CLog::Log(LOGERROR,"Could not find '%s' referenced in cue, case sensitivity issue?", strPath); + CLog::Log(LOGERROR,"Could not find '%s' referenced in cue, case sensitivity issue?", strPath.c_str()); return false; }