mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 14:54:11 +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);
|
ee_sprintf(text, "%c-%s", 'A'+(char)index, t);
|
||||||
config->text = text;
|
config->text = text;
|
||||||
config->value = sreg;
|
config->value = sid;
|
||||||
return ATP_SUCCESS;
|
return ATP_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user