DRACI: Remove all instances of s(n)printf

This commit is contained in:
Max Horn 2011-06-02 10:46:29 +02:00
parent 59dfd6e859
commit 668ae0363e
5 changed files with 10 additions and 14 deletions

View file

@ -86,7 +86,7 @@ void writeSavegameHeader(Common::OutSaveFile *out, const DraciSavegameHeader &he
}
Common::Error saveSavegameData(int saveGameIdx, const Common::String &saveName, DraciEngine &vm) {
const char *filename = vm.getSavegameFile(saveGameIdx);
Common::String filename = vm.getSavegameFile(saveGameIdx);
Common::SaveFileManager *saveMan = g_system->getSavefileManager();
Common::OutSaveFile *f = saveMan->openForSaving(filename);
if (f == NULL)