commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 05/06: runtime: remove thread-unsafe static


From: git
Subject: [Commit-gnuradio] [gnuradio] 05/06: runtime: remove thread-unsafe static qualifier
Date: Fri, 24 Jul 2015 15:23:08 +0000 (UTC)

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

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 8f3741031af5cb9e808a7228a7564ea040cb5a1b
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 24 07:41:06 2015 -0700

    runtime: remove thread-unsafe static qualifier
---
 gnuradio-runtime/lib/pmt/pmt_serialize.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuradio-runtime/lib/pmt/pmt_serialize.cc 
b/gnuradio-runtime/lib/pmt/pmt_serialize.cc
index 5cc2005..6147082 100644
--- a/gnuradio-runtime/lib/pmt/pmt_serialize.cc
+++ b/gnuradio-runtime/lib/pmt/pmt_serialize.cc
@@ -531,7 +531,7 @@ deserialize(std::streambuf &sb)
   uint32_t     u32;
   uint64_t     u64;
   double       f64;
-  static char   tmpbuf[1024];
+  char          tmpbuf[1024];
 
   if (!deserialize_untagged_u8(&tag, sb))
     return PMT_EOF;



reply via email to

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