[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 275db971cd2d231f555c9
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-09-07 13:56:23
|
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 275db971cd2d231f555c943bf0310a1e99dd5292 (commit) from b7c3aa3ad19fe6cd7cc53738a43f56b853806a1e (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 275db971cd2d231f555c943bf0310a1e99dd5292 Author: Michael Black W9MDB <mdb...@ya...> Date: Mon Sep 7 08:53:39 2020 -0500 Remove sleep on rigctld EOF -- don't think it's really needed https://github.com/Hamlib/Hamlib/issues/366 diff --git a/tests/rigctld.c b/tests/rigctld.c index 2b0baea7..7d312944 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -1049,7 +1049,7 @@ void *handle_socket(void *arg) if (retcode == -1) { - sleep(1); + //sleep(1); // probably don't need this delay continue; } ----------------------------------------------------------------------- Summary of changes: tests/rigctld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |