预览界面显示照片位数
This commit is contained in:
parent
73820ddd29
commit
715302a340
|
@ -65,10 +65,10 @@ CHAR *Get_FreePicNumString(UINT32 uiValue)
|
||||||
if(fileCount > 99999)
|
if(fileCount > 99999)
|
||||||
{
|
{
|
||||||
fileCount = 99999;
|
fileCount = 99999;
|
||||||
if(uiValue > 99999)
|
}
|
||||||
{
|
if(uiValue > 99999)
|
||||||
uiValue = 99999;
|
{
|
||||||
}
|
uiValue = 99999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user