[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 3b84802846701d080bc35
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-03-22 20:39:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 3b84802846701d080bc35024c11a6b931ceaed4d (commit) from f0a82fa2bf39225d03dea0bef9f05144cd55ac6a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3b84802846701d080bc35024c11a6b931ceaed4d Author: Michael Black W9MDB <mdb...@ya...> Date: Mon Mar 22 15:35:12 2021 -0500 Fix MainB in misc.c diff --git a/src/misc.c b/src/misc.c index 105e8d4b..fbf00320 100644 --- a/src/misc.c +++ b/src/misc.c @@ -566,7 +566,7 @@ static struct { RIG_VFO_MAIN, "Main" }, { RIG_VFO_MAIN_A, "MainA" }, { RIG_VFO_MAIN_B, "MainB" }, - { RIG_VFO_MAIN_C, "MainB" }, + { RIG_VFO_MAIN_C, "MainC" }, { RIG_VFO_SUB, "Sub" }, { RIG_VFO_SUB_A, "SubA" }, { RIG_VFO_SUB_B, "SubB" }, ----------------------------------------------------------------------- Summary of changes: src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |