From c4a322004bf48bccc42df882fd37e85beb510413 Mon Sep 17 00:00:00 2001 From: payton Date: Tue, 19 Dec 2023 16:49:18 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8Dcam=20id=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E6=97=B6=E5=9C=A8dp=E6=96=87=E4=BB=B6=E4=B8=AD?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c078bff75..83874c1a1 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 @@ -956,7 +956,7 @@ UINT32 sf_create_dailyreport_file(void) } //sf_create_thumb_dir(); - if(pPara->CamNameSwitch) + if(SF_CAMID_ON == pPara->CamNameSwitch) { SF_STRCPY(cameraID, pPara->CamNameStr); }