projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2651a8
)
small fix for VOXLEVEL cat command
author
c vw
<dl1ycf@darc.de>
Mon, 18 Nov 2019 15:46:25 +0000
(16:46 +0100)
committer
c vw
<dl1ycf@darc.de>
Mon, 18 Nov 2019 15:46:25 +0000
(16:46 +0100)
rigctl.c
patch
|
blob
|
history
diff --git
a/rigctl.c
b/rigctl.c
index 507518baa2db7b5b0ee8d98449bc8a1d4292a506..f92f7f091ea15e8b70e8c5ebc8559ea4bbb53f6c 100644
(file)
--- a/
rigctl.c
+++ b/
rigctl.c
@@
-3720,7
+3720,7
@@
void parse_cmd ( char * cmd_input,int len,int client_sock) {
if((work_int >=0) && (work_int<=9)) {
if(zzid_flag == 0) {
// Set the threshold here
- vox_threshold = ((double) work_int)/10
0
.0;
+ vox_threshold = ((double) work_int)/10.0;
#ifdef RIGCTL_DEBUG
fprintf(stderr,"RIGCTL: Vox thresh=%0.20f\n",vox_threshold);
#endif