From cb5211684e8d4300641f36830ed3445e72a3f8bd Mon Sep 17 00:00:00 2001 From: Sergio Date: Fri, 13 Jun 2014 12:28:32 +0200 Subject: Added option to ignore EOF fifo and generates silence --- src/FileInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/FileInput.cpp') diff --git a/src/FileInput.cpp b/src/FileInput.cpp index c8023dd..9ec988b 100644 --- a/src/FileInput.cpp +++ b/src/FileInput.cpp @@ -85,7 +85,7 @@ ssize_t FileInput::read(uint8_t* buf, size_t length) pcmread = length; } else { - fprintf(stderr, "Unable to read from input!\n"); + //fprintf(stderr, "Unable to read from input!\n"); return 0; } } -- cgit v1.2.3