mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
fix saving bug
This commit is contained in:
parent
76b5f16080
commit
c7b15e4a89
@ -478,7 +478,7 @@ SaveFileBuf (char * buffer, char *filepath, u32 datasize, int method, bool silen
|
||||
sprintf(fullpath, "%s%s", rootdir, filepath);
|
||||
|
||||
// open file for writing
|
||||
file = fopen (filepath, "wb");
|
||||
file = fopen (fullpath, "wb");
|
||||
|
||||
if (file > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user