fixed a build ERROR due to punkrockguy's fixed build warning. we'll figure out the right way to do it later.

This commit is contained in:
zeromus 2008-08-10 18:13:34 +00:00
parent fcbde891d6
commit 5f7ba50ec3
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ static int savestate_create(lua_State *L) {
filename = FCEU_MakeFName(FCEUMKF_STATE, which - 1, 0);
}
else {
filename = mkstemp("snlua");
filename = mktemp("snlua");
}
// Our "object". We don't care about the type, we just need the memory and GC services.