Merge pull request #369 from mikaelnousiainen/fix-get-channel-read-only

Propagate variable read_only value to rig implementation of get_channel
pull/376/head
Michael Black 2020-09-09 10:19:31 -05:00 zatwierdzone przez GitHub
commit a6d3b18369
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -853,7 +853,7 @@ int HAMLIB_API rig_get_channel(RIG *rig, channel_t *chan, int read_only)
if (rc->get_channel)
{
return rc->get_channel(rig, chan, 0);
return rc->get_channel(rig, chan, read_only);
}
/*