[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.1 ogg123.c

Stan Seibert volsung at xiph.org
Sun Aug 12 21:40:02 PDT 2001



volsung     01/08/12 21:40:01

  Modified:    ogg123   ogg123.1 ogg123.c
  Log:
  ogg123 behavior is now to overwrite existing output files

Revision  Changes    Path
1.13      +1 -1      vorbis-tools/ogg123/ogg123.1

Index: ogg123.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.1,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ogg123.1	2001/08/13 03:28:35	1.12
+++ ogg123.1	2001/08/13 04:40:01	1.13
@@ -53,7 +53,7 @@
 Specify output file for file devices.  The filename "-" writes to standard
 out.  If the file already exists,
 .B ogg123
-will abort.
+will overwrite it.
 .IP "-h, --help"
 Show command help.
 .IP "-k n, --skip n"

1.47      +2 -2      vorbis-tools/ogg123/ogg123.c

Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ogg123.c	2001/08/13 02:10:39	1.46
+++ ogg123.c	2001/08/13 04:40:01	1.47
@@ -14,7 +14,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: ogg123.c,v 1.46 2001/08/13 02:10:39 volsung Exp $
+ last mod: $Id: ogg123.c,v 1.47 2001/08/13 04:40:01 volsung Exp $
 
  ********************************************************************/
 
@@ -615,7 +615,7 @@
                                      current->options);
     else
       current->device = ao_open_file(current->driver_id, current->filename,
-				     0, &format, current->options);
+				     1, &format, current->options);
 
     if (current->device == NULL) {
       switch (errno) {

--- >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