diff options
author | phintuka <phintuka> | 2008-05-07 15:19:08 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-05-07 15:19:08 +0000 |
commit | f04a6dec56f3fc52daebf8d221e05c3054e79028 (patch) | |
tree | efa310ecbefae7b7a09deb2d615493a9b4cbaac6 | |
parent | e57a6461ce51bc79e64d4276cdfcd542953b3261 (diff) | |
download | xineliboutput-f04a6dec56f3fc52daebf8d221e05c3054e79028.tar.gz xineliboutput-f04a6dec56f3fc52daebf8d221e05c3054e79028.tar.bz2 |
Revert 1.54
-rw-r--r-- | xine_frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend.c b/xine_frontend.c index 8c3ad804..91c2f048 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.54 2008-05-07 14:43:43 phintuka Exp $ + * $Id: xine_frontend.c,v 1.55 2008-05-07 15:19:08 phintuka Exp $ * */ @@ -1300,7 +1300,7 @@ static void *fe_control(frontend_t *this_gen, const char *cmd) } else if(!strncmp(cmd, "SLAVE 0x", 8)) { unsigned long pt; - if(1 == sscanf(cmd, "SLAVE 0x%lu", &pt)) { + if(1 == sscanf(cmd, "SLAVE 0x%lx", &pt)) { xine_stream_t *slave_stream = (xine_stream_t*)pt; if(this->slave_stream != slave_stream) { |