kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
52ca1f5dfa
commit
c364345173
|
@ -576,7 +576,7 @@ int dttsp_open(RIG *rig)
|
||||||
if (!p)
|
if (!p)
|
||||||
{
|
{
|
||||||
meterpath = priv->meter_port.pathname;
|
meterpath = priv->meter_port.pathname;
|
||||||
snprintf(meterpath, HAMLIB_FILPATHLEN, "%s", rig->state.rigport.pathname);
|
SNPRINTF(meterpath, HAMLIB_FILPATHLEN, "%s", rig->state.rigport.pathname);
|
||||||
|
|
||||||
if (rig->state.rigport.type.rig == RIG_PORT_UDP_NETWORK)
|
if (rig->state.rigport.type.rig == RIG_PORT_UDP_NETWORK)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue