kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
bd1ffcfb54
commit
7671229529
|
@ -670,7 +670,7 @@ static int netrigctl_open(RIG *rig)
|
|||
|
||||
if (strncmp(buf, "done", 4) == 0) { return RIG_OK; }
|
||||
|
||||
if (sscanf(buf, "%31[^=]=%1024[^\t\n]", setting, value) == 2)
|
||||
if (sscanf(buf, "%31[^=]=%1023[^\t\n]", setting, value) == 2)
|
||||
{
|
||||
if (strcmp(setting, "vfo_ops") == 0)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue