From dee56de5b341370c8e461e136a38ed884d57a104 Mon Sep 17 00:00:00 2001 From: payton Date: Thu, 10 Aug 2023 14:33:41 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E5=8F=91=E7=94=9Fpic?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/application/source/sf_app/code/source/fileMng/sf_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/code/application/source/sf_app/code/source/fileMng/sf_file.c b/code/application/source/sf_app/code/source/fileMng/sf_file.c index 2dc89d91a..55380a02c 100755 --- a/code/application/source/sf_app/code/source/fileMng/sf_file.c +++ b/code/application/source/sf_app/code/source/fileMng/sf_file.c @@ -1535,6 +1535,7 @@ BOOL sf_check_auto_thumb_file(VOID) if(SUCCESS == sf_get_send_file_list(&SendFileList[0][0], &SendFileTotal)){ if (fileCfg) { ret = TRUE; + fileCfg->filecnt = SendFileTotal; for(fileIndex = 0; fileIndex < SendFileTotal; fileIndex++) { if(SF_CAM_MODE_PHOTO_VIDEO == (SendFileList[fileIndex][0] - '0')){