This commit is contained in:
luoliangyi 2023-11-07 16:52:31 +08:00
commit ca897e0bdd
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ void HGAPI Dialog_ExportImageFile::ThreadFunc(HGThread thread, HGPointer param)
if (HGBASE_ERR_OK == ret)
{
char fileName[512];
if(p->m_srcFiles.size() > 1)
if(p->m_srcFiles.size() > 1 || count > 1)
{
sprintf(fileName, "%s%03d", getStdString(p->m_destName).c_str(), index);
}else