From 05f87a30e70835ac167fbb2c65ec0c1eb8f89903 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Mon, 17 Aug 2020 02:29:07 +0800 Subject: [PATCH] ao486: fix zip files copy to/from shared folder. --- support/x86/x86_share.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/x86/x86_share.cpp b/support/x86/x86_share.cpp index dae05dd..bbd4e14 100644 --- a/support/x86/x86_share.cpp +++ b/support/x86/x86_share.cpp @@ -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) {