projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9735ffb
)
corrected a typo in a comment
author
c vw
<dl1ycf@darc.de>
Sat, 25 Dec 2021 17:15:58 +0000
(18:15 +0100)
committer
c vw
<dl1ycf@darc.de>
Sat, 25 Dec 2021 17:15:58 +0000
(18:15 +0100)
old_protocol.c
patch
|
blob
|
history
diff --git
a/old_protocol.c
b/old_protocol.c
index e8f43abac64866ff852dbbb7ea1d569ece62230f..242895eb43a88aed9b5fbfbbe000b638e4826378 100644
(file)
--- a/
old_protocol.c
+++ b/
old_protocol.c
@@
-1194,7
+1194,7
@@
static void process_ozy_input_buffer(unsigned char *buffer) {
if (avail >= 1008) {
//
// ship out two buffers with 2*63 samples
- // the
i
-loop could be done with 1-2 memcpy
+ // the
k
-loop could be done with 1-2 memcpy
//
for (int j=0; j<2; j++) {
unsigned char *p=output_buffer+8;