This commit is contained in:
adelikat 2009-03-13 16:29:03 +00:00
parent e4339554fb
commit 5b7e825d1b
1 changed files with 0 additions and 1 deletions

View File

@ -669,7 +669,6 @@ bool FCEUSS_Load(const char *fname)
else else
{ {
string fn = FCEU_MakeFName(FCEUMKF_STATE,CurrentState,fname); string fn = FCEU_MakeFName(FCEUMKF_STATE,CurrentState,fname);
FCEUI_printf("%s",fn.c_str());
st=FCEUD_UTF8_fstream(fn,"rb"); st=FCEUD_UTF8_fstream(fn,"rb");
strcpy(lastLoadstateMade,fn.c_str()); strcpy(lastLoadstateMade,fn.c_str());
} }