aboutsummaryrefslogtreecommitdiffstats
path: root/lib/osmosdr/osmosdr_src_c.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/osmosdr/osmosdr_src_c.cc')
-rw-r--r--lib/osmosdr/osmosdr_src_c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/osmosdr/osmosdr_src_c.cc b/lib/osmosdr/osmosdr_src_c.cc
index c9be8f4..03b9e3b 100644
--- a/lib/osmosdr/osmosdr_src_c.cc
+++ b/lib/osmosdr/osmosdr_src_c.cc
@@ -65,7 +65,7 @@ osmosdr_make_src_c (const std::string &args)
osmosdr_src_c::osmosdr_src_c (const std::string &args)
: gr::sync_block ("osmosdr_src_c",
gr::io_signature::make(0, 0, sizeof (gr_complex)),
- args_to_io_signature(args)),
+ gr::io_signature::make(1, 1, sizeof (gr_complex)) ),
_dev(NULL),
_buf(NULL),
_running(true),