projects
/
sigrok-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4b6a7
)
srd/cli/qt: s/srd_session_feed/srd_session_send/.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 20 Mar 2012 16:58:25 +0000
(17:58 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 21 Mar 2012 22:20:06 +0000
(23:20 +0100)
sigrok-cli.c
patch
|
blob
|
history
diff --git
a/sigrok-cli.c
b/sigrok-cli.c
index 053591fccee48e9fdd4f6b119fcae5bf4f55cdcd..2e03aefc056d10aae40a044611339e0560705d5f 100644
(file)
--- a/
sigrok-cli.c
+++ b/
sigrok-cli.c
@@
-438,7
+438,7
@@
static void datafeed_in(struct sr_dev *dev, struct sr_datafeed_packet *packet)
goto cleanup;
if (opt_pds) {
- if (srd_session_
fee
d(received_samples, (uint8_t*)filter_out,
+ if (srd_session_
sen
d(received_samples, (uint8_t*)filter_out,
filter_out_len) != SRD_OK)
sr_session_halt();
} else {