[cstdstring] remove CStdString::Empty and replace with std::string::clear
[vuplus_xbmc] / xbmc / video / VideoInfoScanner.cpp
index ebbdc05..6c2a381 100644 (file)
@@ -1553,7 +1553,7 @@ namespace VIDEO
 
       // test file existence
       if (!nfoFile.IsEmpty() && !CFile::Exists(nfoFile))
-        nfoFile.Empty();
+        nfoFile.clear();
 
       if (nfoFile.IsEmpty()) // final attempt - strip off any cd1 folders
       {