选项MAAT_OPT_DISABLE_UPDATE改名为MAAT_OPT_ENABLE_UPDATE

This commit is contained in:
zhengchao
2018-06-17 20:07:22 +08:00
parent 9f649a0eb1
commit e9c1c5e818
3 changed files with 6 additions and 6 deletions

View File

@@ -496,7 +496,7 @@ int Maat_set_feather_opt(Maat_feather_t feather,enum MAAT_INIT_OPT type,const vo
int intval=0,ret=-1;
switch(type)
{
case MAAT_OPT_DISABLE_UPDATE:
case MAAT_OPT_ENABLE_UPDATE:
intval=*((int*)value);
if(_feather->backgroud_update_enabled!=intval)
{