[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 54f7a2dc70cbe59adb230
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-03-12 15:12:31
|
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 54f7a2dc70cbe59adb2300034dc1f7a5a4cd8c44 (commit) from d816d27c7499695e314d593171f7a10d7cac87e2 (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 54f7a2dc70cbe59adb2300034dc1f7a5a4cd8c44 Author: Michael Black W9MDB <mdb...@ya...> Date: Fri Mar 12 09:12:05 2021 -0600 Remove dead line in flrig.c diff --git a/rigs/dummy/flrig.c b/rigs/dummy/flrig.c index d564b13a..c4d13efe 100644 --- a/rigs/dummy/flrig.c +++ b/rigs/dummy/flrig.c @@ -440,7 +440,6 @@ static int read_transaction(RIG *rig, char *xml, int xml_len) if (len <= 0) { rig_debug(RIG_DEBUG_ERR, "%s: read_string error=%d\n", __func__, len); - //RETURNFUNC(-(100 + RIG_EPROTO)); continue; } ----------------------------------------------------------------------- Summary of changes: rigs/dummy/flrig.c | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |