diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-02 12:56:20 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-02 12:56:20 +0200 |
commit | 4e1340f6b8a4f44745c817ec406e64b25e48f3de (patch) | |
tree | b936269c1ce7656db7d709f5f09fa44d772a3fb3 | |
parent | c64727408b8330b44a274e138d5fe6b3c4efb2c2 (diff) | |
download | mmbtools-aux-4e1340f6b8a4f44745c817ec406e64b25e48f3de.tar.gz mmbtools-aux-4e1340f6b8a4f44745c817ec406e64b25e48f3de.tar.bz2 mmbtools-aux-4e1340f6b8a4f44745c817ec406e64b25e48f3de.zip |
Correct test.ini
boost-property-tree doesn't support comments starting with a hash
-rw-r--r-- | test.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,10 +12,10 @@ filename=/dev/stderr [input] transport=file source=/home/bram/dab/mmbtools-aux/eti/csp.eti -#source=/dev/stdin +;source=/dev/stdin -#transport=zeromq -#source=tcp://localhost:8080 +;transport=zeromq +;source=tcp://localhost:8080 loop=1 [modulator] |