Correct use of STL container methods

This commit is contained in:
Echelon9 2012-10-07 23:54:07 +11:00
parent 78f665cbf9
commit ceb25b9f66
1 changed files with 898 additions and 898 deletions

View File

@ -643,7 +643,7 @@ void EmuHLEIntercept(Xbe::LibraryVersion *pLibraryVersion, Xbe::Header *pXbeHead
DbgPrintf("HLE: Resolved %d cross reference(s)\n", OrigUnResolvedXRefs - UnResolvedXRefs);
}
vCacheInp.empty();
vCacheInp.clear();
//
// update cache file
@ -684,7 +684,7 @@ void EmuHLEIntercept(Xbe::LibraryVersion *pLibraryVersion, Xbe::Header *pXbeHead
fclose(pCacheFile);
}
*/
vCacheOut.empty();
vCacheOut.clear();
DbgPrintf("\n");