mirror of
https://github.com/dborth/vbagx.git
synced 2025-04-06 23:56:42 +02:00
fix saving bug
This commit is contained in:
parent
67292abc52
commit
5b4ea2b8b5
@ -479,7 +479,7 @@ SaveFile (char * buffer, char *filepath, u32 datasize, int method, bool silent)
|
||||
sprintf(fullpath, "%s%s", rootdir, filepath);
|
||||
|
||||
// open file for writing
|
||||
file = fopen (filepath, "wb");
|
||||
file = fopen (fullpath, "wb");
|
||||
|
||||
if (file > 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user