[xiph-cvs] cvs commit: vorbis-tools/ogg123 status.c
Michael Smith
msmith at xiph.org
Tue Mar 19 01:50:09 PST 2002
msmith 02/03/19 01:50:09
Modified: ogg123 status.c
Log:
Fix minor bug in printf format string.
Revision Changes Path
1.8 +2 -2 vorbis-tools/ogg123/status.c
Index: status.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/status.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- status.c 2002/01/26 11:06:37 1.7
+++ status.c 2002/03/19 09:50:09 1.8
@@ -11,7 +11,7 @@
* *
********************************************************************
- last mod: $Id: status.c,v 1.7 2002/01/26 11:06:37 segher Exp $
+ last mod: $Id: status.c,v 1.8 2002/03/19 09:50:09 msmith Exp $
********************************************************************/
@@ -44,7 +44,7 @@
char *sep = "(";
if (buf_stats->prebuffering) {
- cur += sprintf (cur, _("%sPrebuf to %1.f%%"), sep,
+ cur += sprintf (cur, _("%sPrebuf to %.1f%%"), sep,
100.0f * buf_stats->prebuffer_fill);
sep = comma;
}
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list