[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 0fb7148172726be826d9e
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-04 16:41:58
|
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 0fb7148172726be826d9eef08cc008a65201f98c (commit) from 8e79561b735a41e3f4acd2f86972f68c2da6c85f (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 0fb7148172726be826d9eef08cc008a65201f98c Author: Michael Black W9MDB <mdb...@ya...> Date: Sat Jul 4 11:41:42 2020 -0500 Fix compilation warning in cachetest.c diff --git a/tests/cachetest.c b/tests/cachetest.c index 466bf776..07eb1c9b 100644 --- a/tests/cachetest.c +++ b/tests/cachetest.c @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) int model; int baud; int loops; - int cache_timeout; + int cache_timeout = 500; int i; struct timespec start, startall; ----------------------------------------------------------------------- Summary of changes: tests/cachetest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |