X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=sigrok-cli.c;h=22b81178063929ce8043a3c8f1e33cdfa31966b2;hp=bfc21dfb2e4e47288ebd71238540cbe2104cfe85;hb=305661ad7e4d134c5ba7db54215ef7877734c78e;hpb=350beb4bff20be4fd766715a75d69989f301ede3 diff --git a/sigrok-cli.c b/sigrok-cli.c index bfc21df..22b8117 100644 --- a/sigrok-cli.c +++ b/sigrok-cli.c @@ -1,7 +1,7 @@ /* * This file is part of the sigrok project. * - * Copyright (C) 2010 Bert Vermeulen + * Copyright (C) 2012 Bert Vermeulen * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -446,7 +446,7 @@ static void datafeed_in(struct sr_device *device, struct sr_datafeed_packet *pac if (opt_pds) { if (srd_session_feed(received_samples, (uint8_t*)filter_out, filter_out_len) != SRD_OK) - abort(); + sr_session_halt(); } else { output_len = 0; if (o->format->data && packet->type == o->format->df_type)