commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/17: runtime: restoring sanity to pmt.is_


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/17: runtime: restoring sanity to pmt.is_blob()
Date: Mon, 31 Mar 2014 20:15:52 +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 e847a873f4be08c155078155cba5170f860d5c6a
Author: Tim O'Shea <address@hidden>
Date:   Wed Mar 26 16:51:15 2014 -0700

    runtime: restoring sanity to pmt.is_blob()
---
 gnuradio-runtime/lib/pmt/pmt.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnuradio-runtime/lib/pmt/pmt.cc b/gnuradio-runtime/lib/pmt/pmt.cc
index f3f7783..a9907ca 100644
--- a/gnuradio-runtime/lib/pmt/pmt.cc
+++ b/gnuradio-runtime/lib/pmt/pmt.cc
@@ -942,8 +942,7 @@ msg_accepter_ref(const pmt_t &obj)
 bool
 is_blob(pmt_t x)
 {
-  // return is_u8vector(x);
-  return is_uniform_vector(x);
+  return is_u8vector(x);
 }
 
 pmt_t



reply via email to

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