1.dp生成修改
This commit is contained in:
parent
d71f1a88e4
commit
279907d8f8
|
@ -1198,7 +1198,7 @@ UINT32 sf_create_dailyreport_file(void)
|
||||||
sprintf(str, "OFF#");
|
sprintf(str, "OFF#");
|
||||||
SF_STRCAT(cfgTmp, (const char *)str);
|
SF_STRCAT(cfgTmp, (const char *)str);
|
||||||
|
|
||||||
if(pPara->FtpSwitch)
|
if(1 != pPara->FtpSwitch)
|
||||||
sprintf(str, "ON#");
|
sprintf(str, "ON#");
|
||||||
else
|
else
|
||||||
sprintf(str, "OFF#");
|
sprintf(str, "OFF#");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user