1.修改WiFi初次连接重复发图问题
This commit is contained in:
parent
3be486b258
commit
7ecf86a86e
|
@ -1314,8 +1314,11 @@ SINT32 sf_svr_packet_proc(SINT32 fd, UINT8 *pAppData, UINT16 dataLen)
|
||||||
strcpy((char *)fileName, (char *)pMsgStruct->msgBuf.getThumbList.fileName);
|
strcpy((char *)fileName, (char *)pMsgStruct->msgBuf.getThumbList.fileName);
|
||||||
if((pMsgStruct->msgBuf.getThumbList.diskType) && (Disk != pMsgStruct->msgBuf.getThumbList.diskType))
|
if((pMsgStruct->msgBuf.getThumbList.diskType) && (Disk != pMsgStruct->msgBuf.getThumbList.diskType))
|
||||||
{
|
{
|
||||||
|
if(Disk)
|
||||||
|
{
|
||||||
|
memset(fileName,'\0', sizeof(fileName));
|
||||||
|
}
|
||||||
Disk = pMsgStruct->msgBuf.getThumbList.diskType;
|
Disk = pMsgStruct->msgBuf.getThumbList.diskType;
|
||||||
memset(fileName,'\0', sizeof(fileName));
|
|
||||||
}
|
}
|
||||||
MLOGI("[WIFI_GET_CAMERA_THUMB_LIST],fileName:%s diskType:%d\n",fileName,pMsgStruct->msgBuf.getThumbList.diskType);
|
MLOGI("[WIFI_GET_CAMERA_THUMB_LIST],fileName:%s diskType:%d\n",fileName,pMsgStruct->msgBuf.getThumbList.diskType);
|
||||||
appCreatThumbList(fileName,pMsgStruct->msgBuf.getThumbList.diskType);
|
appCreatThumbList(fileName,pMsgStruct->msgBuf.getThumbList.diskType);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user