Change snprintf to SNPRINTF in flexradio

https://github.com/Hamlib/Hamlib/issues/857
pull/943/head
Mike Black W9MDB 2022-01-18 23:17:28 -06:00
rodzic 52ca1f5dfa
commit c364345173
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -576,7 +576,7 @@ int dttsp_open(RIG *rig)
if (!p)
{
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)
{