From f04a6dec56f3fc52daebf8d221e05c3054e79028 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 7 May 2008 15:19:08 +0000 Subject: Revert 1.54 --- xine_frontend.c | 4 ++-- 1 file 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) { -- cgit v1.2.3