From f042e44d18c481e7e2ca37895afbd6ecf42061a3 Mon Sep 17 00:00:00 2001
From: Jiří Pinkava <j-pi@seznam.cz>
Date: Thu, 12 Mar 2015 11:23:16 +0100
Subject: runtime: do not return buffer created on stact #722

---
 gnuradio-runtime/lib/vmcircbuf_prefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gnuradio-runtime/lib/vmcircbuf_prefs.h')

diff --git a/gnuradio-runtime/lib/vmcircbuf_prefs.h b/gnuradio-runtime/lib/vmcircbuf_prefs.h
index 709b8ff459..ec7b6991d7 100644
--- a/gnuradio-runtime/lib/vmcircbuf_prefs.h
+++ b/gnuradio-runtime/lib/vmcircbuf_prefs.h
@@ -30,7 +30,7 @@ namespace gr {
   class GR_RUNTIME_API vmcircbuf_prefs
   {
   public:
-    static const char *get(const char *key);
+    static int get(const char *key, char *value, int value_size);
     static void set(const char *key, const char *value);
   };
 
-- 
cgit v1.2.3