From 24c7a0042a992c5bc6f3ec65581c9acb7abf1367 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 4 May 2022 16:23:42 -0500 Subject: [PATCH] Fix newcat.c error --- rigs/yaesu/newcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 72d4e9daa..ca468a609 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -955,7 +955,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq) } // we need to change vfos, BS, and change back - if (!is_ft991 && !is_ft891 newcat_valid_command(rig, "VS")) + if (!is_ft991 && !is_ft891 && newcat_valid_command(rig, "VS")) { SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "VS%d;BS%02d%c", vfo1, newcat_band_index(freq), cat_term);