diff options
author | phintuka <phintuka> | 2006-08-16 23:26:16 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-16 23:26:16 +0000 |
commit | 3bf2d49a5102d787dd10a10382fd1a3f7b2b51ee (patch) | |
tree | 2a7382be3fbb566ff973436ef308ae6ee6215304 | |
parent | ddb4eaed02a88de7d415ec89623e2cf30de3deee (diff) | |
download | xineliboutput-3bf2d49a5102d787dd10a10382fd1a3f7b2b51ee.tar.gz xineliboutput-3bf2d49a5102d787dd10a10382fd1a3f7b2b51ee.tar.bz2 |
Removed compiler warning
-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 a2a1c879..71794162 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.9 2006-08-16 22:36:30 phintuka Exp $ + * $Id: xine_frontend.c,v 1.10 2006-08-16 23:26:16 phintuka Exp $ * */ @@ -1045,7 +1045,7 @@ static void *fe_control(void *fe_handle, const char *cmd) /*LOGDBG("fe_control(\"%s\")", cmd);*/ if(!cmd || !this) { - LOGMSG("fe_control(0x%x,0x%x) : invalid argument", + LOGMSG("fe_control(0x%lx,0x%lx) : invalid argument", (unsigned long int)fe_handle, (unsigned long int)cmd); return NULL; } |