diff --git a/src/output/output.cpp b/src/output/output.cpp index 4691e6a5..bcdc727a 100644 --- a/src/output/output.cpp +++ b/src/output/output.cpp @@ -919,7 +919,7 @@ namespace Mist { MEDIUM_MSG("Initial seek to %llums", seekPos); seek(seekPos); } - + void Output::requestHandler(){ static bool firstData = true;//only the first time, we call onRequest if there's data buffered already. if ((firstData && myConn.Received().size()) || myConn.spool()){