This commit is contained in:
yangjiaxuan 2023-06-01 17:47:12 +08:00
parent 12232a782d
commit 99b95d99bd
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ hg_settingdialog::hg_settingdialog(SANE_Handle handle, const SANEAPI* saneApi, b
setIcon(); setIcon();
HGChar cfgpath[512] = {0}; HGChar cfgpath[512] = {0};
HGBase_GetConfigPath(cfgpath, 512);
GetConfigPath(cfgpath, 512); GetConfigPath(cfgpath, 512);
HGBase_CreateDir(cfgpath); HGBase_CreateDir(cfgpath);