From b5b017c0b2aba7530240d788aebe842b8dc313af Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 2 Jul 2006 18:10:03 +0000 Subject: *** empty log message *** --- frontend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend.c b/frontend.c index 62b993e3..d16e2238 100644 --- a/frontend.c +++ b/frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.c,v 1.4 2006-07-02 17:11:06 phintuka Exp $ + * $Id: frontend.c,v 1.5 2006-07-02 18:10:03 phintuka Exp $ * */ @@ -238,7 +238,7 @@ void cXinelibThread::Clear(void) Xine_Control("DISCARD", tmp); #else char buf[128]; - sprintf(buf, "DISCARD %" PRId64 " %d", cmd, tmp1, tmp2); + sprintf(buf, "DISCARD %" PRId64 " %d", tmp1, tmp2); Xine_Control(buf); #endif } -- cgit v1.2.3