mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 22:34:12 +08:00
修正选择id不正确的bug
This commit is contained in:
parent
7cd349c152
commit
214e75b009
@ -260,7 +260,7 @@ static atp_error_t select_region( atp_callerdata_t, atp_counter_t index, atp_ite
|
||||
}
|
||||
ee_sprintf(text, "%c-%s", 'A'+(char)index, t);
|
||||
config->text = text;
|
||||
config->value = sreg;
|
||||
config->value = sid;
|
||||
return ATP_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user