mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 23:04:13 +08:00
修正sprintf的顺序
This commit is contained in:
parent
90472f27ce
commit
df0f2d8947
@ -259,7 +259,7 @@ static atp_error_t select_region( atp_callerdata_t data, atp_counter_t index, at
|
||||
case 'D': t = "德语版"; break;
|
||||
default: t = "其他语种"; break;
|
||||
}
|
||||
ee_sprintf(text, "%c-%s", t, 'A'+index);
|
||||
ee_sprintf(text, "%c-%s", 'A'+index, t);
|
||||
config->text = text;
|
||||
config->value = sreg;
|
||||
return ATP_SUCCESS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user