kopia lustrzana https://github.com/Hamlib/Hamlib
rigctld show-conf now exits only if no -r argument is given
https://github.com/Hamlib/Hamlib/issues/1619pull/1626/head
rodzic
c01e55b09b
commit
e096426ddc
|
@ -761,8 +761,11 @@ int main(int argc, char *argv[])
|
|||
if (show_conf)
|
||||
{
|
||||
rig_token_foreach(my_rig, print_conf_list, (rig_ptr_t)my_rig);
|
||||
fflush(stdout);
|
||||
exit(0);
|
||||
if (rig_file == NULL)
|
||||
{
|
||||
fflush(stdout);
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue