diff options
author | phintuka <phintuka> | 2010-05-27 11:26:40 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-05-27 11:26:40 +0000 |
commit | 281043ca0d6bb9f3113c74ab454b4348481bd137 (patch) | |
tree | 6594884ead32eef78b7c563156a4f843c20540b4 | |
parent | 24dd8f5bc0e7e09969efab412315ea0cc826aee1 (diff) | |
download | xineliboutput-281043ca0d6bb9f3113c74ab454b4348481bd137.tar.gz xineliboutput-281043ca0d6bb9f3113c74ab454b4348481bd137.tar.bz2 |
Fixed TRACEF function name
(Thanks to Helmar Gerloni)
-rw-r--r-- | device.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: device.c,v 1.107 2010-05-19 12:58:16 phintuka Exp $ + * $Id: device.c,v 1.108 2010-05-27 11:26:40 phintuka Exp $ * */ @@ -871,7 +871,7 @@ bool cXinelibDevice::Flush(int TimeoutMs) int cXinelibDevice::PlayFileCtrl(const char *Cmd, int TimeoutMs) { - TRACEF("cXinelibDevice::PlayFile"); + TRACEF("cXinelibDevice::PlayFileCtrl"); int result = -1; /*if(m_PlayingFile != pmNone)*/ { |