diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-20 12:56:09 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-20 12:56:09 +0200 |
commit | 6b68f5862eadbe0bd37254435619ba92ee834635 (patch) | |
tree | b6e4a8efd0e258e1c90616aa79de091c89899151 /src/input/Zmq.h | |
parent | 4de1e587d973c9bfcc52155f778a33fa9c969c83 (diff) | |
download | dabmux-6b68f5862eadbe0bd37254435619ba92ee834635.tar.gz dabmux-6b68f5862eadbe0bd37254435619ba92ee834635.tar.bz2 dabmux-6b68f5862eadbe0bd37254435619ba92ee834635.zip |
Update RemoteControl, taking changes from ODR-DabMod
Diffstat (limited to 'src/input/Zmq.h')
-rw-r--r-- | src/input/Zmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Zmq.h b/src/input/Zmq.h index 1c2016a..eb67fe5 100644 --- a/src/input/Zmq.h +++ b/src/input/Zmq.h @@ -156,7 +156,7 @@ class ZmqBase : public InputBase, public RemoteControllable { m_bitrate(0), m_enable_input(true), m_config(config), - m_stats(m_name), + m_stats(name), m_prebuf_current(config.prebuffering) { RC_ADD_PARAMETER(enable, "If the input is enabled. Set to zero to empty the buffer."); |