diff options
-rw-r--r-- | xbmc/CueDocument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/CueDocument.cpp b/xbmc/CueDocument.cpp index 449364977b..5d85e5d27b 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; } |