diff options
author | phintuka <phintuka> | 2006-07-02 18:10:03 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-07-02 18:10:03 +0000 |
commit | b5b017c0b2aba7530240d788aebe842b8dc313af (patch) | |
tree | 941411177e366428347a0dc9fd694662d027d571 | |
parent | 7006c5f2fe34265cd16ce1dd0a567ae8fc92bed6 (diff) | |
download | xineliboutput-b5b017c0b2aba7530240d788aebe842b8dc313af.tar.gz xineliboutput-b5b017c0b2aba7530240d788aebe842b8dc313af.tar.bz2 |
*** empty log message ***
-rw-r--r-- | frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |