commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 05/13: ctrlport: fixed copy-paste error for


From: git
Subject: [Commit-gnuradio] [gnuradio] 05/13: ctrlport: fixed copy-paste error for setting short data.
Date: Sat, 17 Oct 2015 17:26:54 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 75dfcd409efd1d410609cfd621b2912d877e4656
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 28 06:43:54 2015 -0400

    ctrlport: fixed copy-paste error for setting short data.
---
 gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h 
b/gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h
index f82f5ed..adf868d 100644
--- a/gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h
+++ b/gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h
@@ -196,7 +196,7 @@ public:
 
   void post(pmt::pmt_t which_port, pmt::pmt_t msg)
   {
-    (rpcextractor_base<T,short>::_source->*rpcextractor_base<T,char>::_func)
+    (rpcextractor_base<T,short>::_source->*rpcextractor_base<T,short>::_func)
       (static_cast<short>(pmt::to_long(msg)));
   }
 };



reply via email to

[Prev in Thread] Current Thread [Next in Thread]