fix snapshot saving issue

This commit is contained in:
dborth 2008-11-24 07:17:17 +00:00
parent 5f6279ae9c
commit 88507f09db

View File

@ -338,7 +338,7 @@ bool SaveBatteryOrState(int method, int action, bool silent)
if(method == METHOD_AUTO)
method = autoSaveMethod();
if(!MakeFilePath(filepath, FILE_SRAM, method))
if(!MakeFilePath(filepath, action, method))
return false;
ShowAction ((char*) "Saving...");