diff options
author | Jiří Pinkava <j-pi@seznam.cz> | 2015-03-12 11:23:16 +0100 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-03-22 08:00:16 -0700 |
commit | f042e44d18c481e7e2ca37895afbd6ecf42061a3 (patch) | |
tree | b4bb46ef4613109ab700b5960769e115d24b4aee /gnuradio-runtime/lib/vmcircbuf_prefs.h | |
parent | 1e573fa391122fa00470df07790f1f1e5f73f700 (diff) |
runtime: do not return buffer created on stact #722
Diffstat (limited to 'gnuradio-runtime/lib/vmcircbuf_prefs.h')
-rw-r--r-- | gnuradio-runtime/lib/vmcircbuf_prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); }; |