# HG changeset patch # User cehoyos # Date 1319186988 0 # Node ID a08f68ee111e41673bdf2a675079a5b8c52f0ce7 # Parent cc8dfde2b6c556b8b6783ebd3cf9c6b9bec75d2e Fix compilation: Partly revert r34227. diff -r cc8dfde2b6c5 -r a08f68ee111e stream/stream.h --- a/stream/stream.h Thu Oct 20 21:49:30 2011 +0000 +++ b/stream/stream.h Fri Oct 21 08:49:48 2011 +0000 @@ -294,11 +294,11 @@ inline static int stream_seek(stream_t *s,off_t pos){ - mp_dbg(MSGT_DEMUX, MSGL_DBG3, "seek to 0x%"PRIu64"X\n", pos); + mp_dbg(MSGT_DEMUX, MSGL_DBG3, "seek to 0x%llX\n", (long long)pos); if (pos < 0) { - mp_msg(MSGT_DEMUX, MSGL_ERR, - "Invalid seek to negative position %"PRIu64"x!\n", pos); + mp_msg(MSGT_DEMUX, MSGL_ERR, "Invalid seek to negative position %llx!\n", + (long long)pos); pos = 0; } if(pospos){