kopia lustrzana https://github.com/Hamlib/Hamlib
Fix Icom dual watch set command. Make rotator macro name buffer larger, as the macro names are longer than the space allocated.
rodzic
d01e939559
commit
5b9feffa78
|
@ -6926,6 +6926,7 @@ int icom_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
|
||||||
{
|
{
|
||||||
fct_cn = C_SET_VFO;
|
fct_cn = C_SET_VFO;
|
||||||
fct_sc = status ? S_DUAL_ON : S_DUAL_OFF;
|
fct_sc = status ? S_DUAL_ON : S_DUAL_OFF;
|
||||||
|
fct_len = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -275,7 +275,7 @@ struct mod_lst
|
||||||
char model_name[32]; /* caps->model_name */
|
char model_name[32]; /* caps->model_name */
|
||||||
char version[32]; /* caps->version */
|
char version[32]; /* caps->version */
|
||||||
char status[32]; /* caps->status */
|
char status[32]; /* caps->status */
|
||||||
char macro_name[32]; /* caps->macro_name */
|
char macro_name[64]; /* caps->macro_name */
|
||||||
UT_hash_handle hh; /* makes this structure hashable */
|
UT_hash_handle hh; /* makes this structure hashable */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue