summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-07-02 18:10:03 +0000
committerphintuka <phintuka>2006-07-02 18:10:03 +0000
commitb5b017c0b2aba7530240d788aebe842b8dc313af (patch)
tree941411177e366428347a0dc9fd694662d027d571
parent7006c5f2fe34265cd16ce1dd0a567ae8fc92bed6 (diff)
downloadxineliboutput-b5b017c0b2aba7530240d788aebe842b8dc313af.tar.gz
xineliboutput-b5b017c0b2aba7530240d788aebe842b8dc313af.tar.bz2
*** empty log message ***
-rw-r--r--frontend.c4
1 files 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
}