ao486: fix zip files copy to/from shared folder.

This commit is contained in:
sorgelig
2020-08-17 02:29:07 +08:00
parent ddb3a8847e
commit 05f87a30e7

View File

@@ -523,7 +523,7 @@ static int process_request(void *reqres_buffer)
break;
}
if (!FileExists(path))
if (!FileExists(path, 0))
{
res = 2;
break;
@@ -645,7 +645,7 @@ static int process_request(void *reqres_buffer)
int mode = openmode & 0x3;
uint16_t spopres = 0;
if (FileExists(path))
if (FileExists(path, 0))
{
if ((actioncode & 0xF) == 1)
{