预览界面显示照片位数

This commit is contained in:
xiehongyan 2024-01-14 16:34:52 +08:00
parent 73820ddd29
commit 715302a340

View File

@ -65,10 +65,10 @@ CHAR *Get_FreePicNumString(UINT32 uiValue)
if(fileCount > 99999)
{
fileCount = 99999;
if(uiValue > 99999)
{
uiValue = 99999;
}
}
if(uiValue > 99999)
{
uiValue = 99999;
}