astyle netrigctl.c

pull/1522/head
Mike Black W9MDB 2024-02-26 07:36:25 -06:00
rodzic 7ee8c358cd
commit b65997a249
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -631,7 +631,7 @@ static int netrigctl_open(RIG *rig)
do
{
char setting[32], value[1024];
hamlib_port_t *pttp = PTTPORT(rig);
hamlib_port_t *pttp = PTTPORT(rig);
ret = read_string(rp, (unsigned char *) buf, BUF_MAX, "\n", 1, 0, 1);
strtok(buf, "\r\n"); // chop the EOL