From f4c7f187a75ac4a4a81813c7de1a92501f3433dc Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sun, 7 Nov 2010 15:09:31 +0100 Subject: [PATCH] Iets beter, hopelijk... --- Buffer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buffer/main.cpp b/Buffer/main.cpp index 1fb22786..72db66b3 100644 --- a/Buffer/main.cpp +++ b/Buffer/main.cpp @@ -55,7 +55,7 @@ int main( int argc, char * argv[] ) { flags |= O_NONBLOCK; fcntl(0, F_SETFL, flags); - while(!feof(stdin) && !ferror(stdin) && !All_Hell_Broke_Loose){ + while(!feof(stdin) && !All_Hell_Broke_Loose){ //invalidate the current buffer ringbuf[current_buffer]->number = -1; if (FLV_GetPacket(ringbuf[current_buffer]->FLV)){