diff --git a/rigs/icmarine/icm710.c b/rigs/icmarine/icm710.c index baabbdd28..863af0276 100644 --- a/rigs/icmarine/icm710.c +++ b/rigs/icmarine/icm710.c @@ -366,7 +366,7 @@ int icm710_get_conf2(RIG *rig, token_t token, char *val, int val_len) switch (token) { case TOK_REMOTEID: - snprintf(val, val_len, "%u", priv->remote_id); + SNPRINTF(val, val_len, "%u", priv->remote_id); break; default: