diff options
| author | phintuka <phintuka> | 2010-11-17 13:59:22 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2010-11-17 13:59:22 +0000 |
| commit | 3c64f038f1561e094f9c1c7bab41949805bd5f1f (patch) | |
| tree | d5d90c727f465a43d84cd7c3b6bfe3eab20b5027 | |
| parent | ce919c48f1c216abbc9988f906903b63699ab1f5 (diff) | |
| download | xineliboutput-3c64f038f1561e094f9c1c7bab41949805bd5f1f.tar.gz xineliboutput-3c64f038f1561e094f9c1c7bab41949805bd5f1f.tar.bz2 | |
Cosmetics
| -rw-r--r-- | frontend.c | 6 |
1 files changed, 3 insertions, 3 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.91 2010-11-17 13:58:50 phintuka Exp $ + * $Id: frontend.c,v 1.92 2010-11-17 13:59:22 phintuka Exp $ * */ @@ -290,8 +290,8 @@ bool cXinelibThread::IsReady(void) void cXinelibThread::SetVolume(int NewVolume) { m_Volume = NewVolume; - cString str = cString::sprintf("VOLUME %d%s", NewVolume * 100 / 255, - xc.sw_volume_control ? " SW" : ""); + cString str = cString::sprintf("VOLUME %d%s", NewVolume * 100 / 255, + xc.sw_volume_control ? " SW" : ""); Xine_Control(str); } |
