summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-01-29 19:30:55 +0000
committerphintuka <phintuka>2012-01-29 19:30:55 +0000
commit720cf5a8b9f3f7497084c7d8080198b17d62bf08 (patch)
treec199de56aa258ff16aae7fc75a4e72c205d69584
parent86facae372e0d1963d98e2f71568cee6e08b932c (diff)
downloadxineliboutput-720cf5a8b9f3f7497084c7d8080198b17d62bf08.tar.gz
xineliboutput-720cf5a8b9f3f7497084c7d8080198b17d62bf08.tar.bz2
Hide warning
-rw-r--r--tools/http.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/http.c b/tools/http.c
index 0e7de26a..f5d8a479 100644
--- a/tools/http.c
+++ b/tools/http.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: http.c,v 1.7 2009-06-02 08:37:58 phintuka Exp $
+ * $Id: http.c,v 1.8 2012-01-29 19:30:55 phintuka Exp $
*
*/
@@ -369,7 +369,7 @@ void cHttpStreamer::Action(void)
int n = 0;
cxPoller p(m_fds);
bool Disc = !(ParseRequest() && Seek());
- uint64_t pos = m_Start;
+ //uint64_t pos = m_Start;
off_t start = (off_t)m_Start;
while(Running() && !Disc) {
@@ -415,7 +415,7 @@ void cHttpStreamer::Action(void)
LOGDBG("cHttpStreamer: Reading pipelined request");
pthread_testcancel();
Disc = !(ReadPipelined() && ParseRequest() && Seek());
- pos = m_Start;
+ //pos = m_Start;
}
} while(--n && Running() && !Disc);