This commit is contained in:
luoliangyi 2022-11-24 19:09:59 +08:00
parent 06bb383d3a
commit 98a6d3f002
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ HGResult HGAPI HGBase_GetProfileInt(const HGChar* fileName, const HGChar* appNam
HGResult ret = readStringValue(appName, keyName, strRet, strDef, fileName);
if (HGBASE_ERR_OK != ret)
{
*value = def;
return ret;
}