kopia lustrzana https://github.com/Hamlib/Hamlib
Fix mode set in flrig.c
rodzic
505273e123
commit
8bf07d2c63
|
@ -950,7 +950,7 @@ static int flrig_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
|
||||||
if (p) *p=0; // remove any other pipe
|
if (p) *p=0; // remove any other pipe
|
||||||
|
|
||||||
char cmd_buf[MAXCMDLEN];
|
char cmd_buf[MAXCMDLEN];
|
||||||
sprintf(cmd_buf, "<params><param><value>%s</value></param></params>", ttmode);
|
sprintf(cmd_buf, "<params><param><value>%s</value></param></params>", pttmode);
|
||||||
free(ttmode);
|
free(ttmode);
|
||||||
char xml[MAXXMLLEN];
|
char xml[MAXXMLLEN];
|
||||||
char *pxml=NULL;
|
char *pxml=NULL;
|
||||||
|
|
Ładowanie…
Reference in New Issue