commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 08/14: controlport: this fixes a complaint


From: git
Subject: [Commit-gnuradio] [gnuradio] 08/14: controlport: this fixes a complaint by newer versions of Boost.
Date: Wed, 6 May 2015 21:31:03 +0000 (UTC)

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

trondeau pushed a commit to branch master
in repository gnuradio.

commit 08932c2585ad0e1b77e830e3d56108d196e4ec5a
Author: Tom Rondeau <address@hidden>
Date:   Wed May 6 11:12:51 2015 -0400

    controlport: this fixes a complaint by newer versions of Boost.
---
 gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc 
b/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc
index 19da05f..cc8804f 100644
--- a/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc
+++ b/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc
@@ -162,7 +162,7 @@ rpcpmtconverter::to_pmt_int_f::operator()(const 
GNURadio::Knob& knob)
 pmt::pmt_t
 rpcpmtconverter::to_pmt_long_f::operator()(const GNURadio::Knob& knob)
 {
-  return pmt::mp(knob.value.a_long);
+  return pmt::from_long(knob.value.a_long);
 }
 
 pmt::pmt_t



reply via email to

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