[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 47cf24582626e44d028aa
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-05-13 03:46:37
|
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 47cf24582626e44d028aaa66fe1ebc9b3d6fd760 (commit) from dd4e631e598084355e7d6ea9cd855d7af2370096 (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 47cf24582626e44d028aaa66fe1ebc9b3d6fd760 Author: Mike Black W9MDB <mdb...@ya...> Date: Wed May 12 22:44:33 2021 -0500 Fix +\get_vfo_list to put RPRT on a separate line diff --git a/tests/rigctl_parse.c b/tests/rigctl_parse.c index 69df31ab..da3ff16d 100644 --- a/tests/rigctl_parse.c +++ b/tests/rigctl_parse.c @@ -2294,7 +2294,7 @@ declare_proto_rig(get_vfo_list) fprintf(fout, "%s: ", cmd->arg1); } - fprintf(fout, "%s%c", prntbuf[0] ? prntbuf : "None", ext_resp); + fprintf(fout, "%s%c\n", prntbuf[0] ? prntbuf : "None", ext_resp); RETURNFUNC(RIG_OK); } ----------------------------------------------------------------------- Summary of changes: tests/rigctl_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |