[xiph-cvs] cvs commit: vorbis-tools/ogg123 status.c
Segher Boessenkool
segher at xiph.org
Fri Jan 11 03:14:25 PST 2002
segher 02/01/11 03:14:25
Modified: ogg123 status.c
Log:
make -q really quiet. fixes #116.
Revision Changes Path
1.6 +4 -1 vorbis-tools/ogg123/status.c
Index: status.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/status.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- status.c 2001/12/22 00:02:19 1.5
+++ status.c 2002/01/11 11:14:24 1.6
@@ -11,7 +11,7 @@
* *
********************************************************************
- last mod: $Id: status.c,v 1.5 2001/12/22 00:02:19 volsung Exp $
+ last mod: $Id: status.c,v 1.6 2002/01/11 11:14:24 segher Exp $
********************************************************************/
@@ -113,6 +113,9 @@
{
int len = 0;
char *str = temp_buffer;
+
+ if (max_verbosity == 0)
+ return 0;
/* Put the clear line text into the same string buffer so that the
line is cleared and redrawn all at once. This reduces
--- >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