From 37aeb8c5b5ef559407f69ffa72eabc776d9a6705 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 20 Mar 2012 17:58:25 +0100 Subject: [PATCH] srd/cli/qt: s/srd_session_feed/srd_session_send/. --- sigrok-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigrok-cli.c b/sigrok-cli.c index 053591f..2e03aef 100644 --- 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_feed(received_samples, (uint8_t*)filter_out, + if (srd_session_send(received_samples, (uint8_t*)filter_out, filter_out_len) != SRD_OK) sr_session_halt(); } else { -- 2.30.2