From 6850d68a14d96fd160892567f793605ab427817b Mon Sep 17 00:00:00 2001
From: Johnathan Corgan <johnathan@corganlabs.com>
Date: Mon, 21 Apr 2014 11:51:39 -0700
Subject: zeromq: renamed sink_pubsub to pub_sink

---
 gr-zeromq/lib/pull_source_impl.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-zeromq/lib/pull_source_impl.cc')

diff --git a/gr-zeromq/lib/pull_source_impl.cc b/gr-zeromq/lib/pull_source_impl.cc
index 637b529a72..d5b815ecce 100644
--- a/gr-zeromq/lib/pull_source_impl.cc
+++ b/gr-zeromq/lib/pull_source_impl.cc
@@ -43,7 +43,7 @@ namespace gr {
                        gr::io_signature::make(1, 1, itemsize)),
         d_itemsize(itemsize)
     {
-      d_timeout = timeout >=0 ? (int)(timeout*1e6) : 0;
+      d_timeout = timeout >= 0 ? (int)(timeout*1e6) : 0;
       d_context = new zmq::context_t(1);
       d_socket = new zmq::socket_t(*d_context, ZMQ_PULL);
       d_socket->connect (address);
-- 
cgit v1.2.3