From bbd7d8801156860885940a1066e70266cd210f27 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 8 Nov 2010 01:01:33 +0100 Subject: [PATCH] Nog een poging... --- Connector_RTMP/chunkstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connector_RTMP/chunkstream.cpp b/Connector_RTMP/chunkstream.cpp index 22eacab9..019118b5 100644 --- a/Connector_RTMP/chunkstream.cpp +++ b/Connector_RTMP/chunkstream.cpp @@ -493,7 +493,7 @@ chunkpack getWholeChunk(){ free(ret);//cleanup returned chunk return gwc_complete; } - if (feof(CONN_fd) != 0){break;} + if (socketError){break;} counter++; } gwc_complete.msg_type_id = 0;