继续测试为何没有日志

This commit is contained in:
anod 2023-01-18 16:32:24 +08:00
parent 7b53dc939b
commit eb6ff3d9ac

View File

@ -237,7 +237,12 @@ atp_error_t select_region( atp_callerdata_t data, atp_counter_t index, atp_itemc
acl_region_t sreg; acl_region_t sreg;
char *p = data; char *p = data;
char *t; char *t;
acl_query_cheat_set(index, &sid, &sreg); if( ACHTLIB_SUCCESS != acl_query_cheat_set(index, &sid, &sreg) )
{
config->text = "无效数据";
config->value = index;
return ATP_SUCCESS;
}
if( sreg == p[0] ) p[1]++; if( sreg == p[0] ) p[1]++;
else else
{ {