diff options
Diffstat (limited to 'src/dabplus-enc-file-zmq.c')
-rw-r--r-- | src/dabplus-enc-file-zmq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dabplus-enc-file-zmq.c b/src/dabplus-enc-file-zmq.c index 9b6d684..cb83877 100644 --- a/src/dabplus-enc-file-zmq.c +++ b/src/dabplus-enc-file-zmq.c @@ -378,6 +378,8 @@ int main(int argc, char *argv[]) { else if(ret >= 0) { // Otherwise, you're good to go and buffer should contain "count" bytes. in_buf.numBufs = 2; // Samples + Data; + if (ret > 0) + fprintf(stderr, "p"); } else { // Some other error occurred during read. |