1.修复发生pic问题
This commit is contained in:
parent
2c2d0ca596
commit
dee56de5b3
|
@ -1535,6 +1535,7 @@ BOOL sf_check_auto_thumb_file(VOID)
|
||||||
if(SUCCESS == sf_get_send_file_list(&SendFileList[0][0], &SendFileTotal)){
|
if(SUCCESS == sf_get_send_file_list(&SendFileList[0][0], &SendFileTotal)){
|
||||||
if (fileCfg) {
|
if (fileCfg) {
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
|
fileCfg->filecnt = SendFileTotal;
|
||||||
for(fileIndex = 0; fileIndex < SendFileTotal; fileIndex++)
|
for(fileIndex = 0; fileIndex < SendFileTotal; fileIndex++)
|
||||||
{
|
{
|
||||||
if(SF_CAM_MODE_PHOTO_VIDEO == (SendFileList[fileIndex][0] - '0')){
|
if(SF_CAM_MODE_PHOTO_VIDEO == (SendFileList[fileIndex][0] - '0')){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user