mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 06:14:12 +08:00
继续测试为何没有日志
This commit is contained in:
parent
7b53dc939b
commit
eb6ff3d9ac
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user