[xiph-cvs] cvs commit: vorbis/lib info.c

Monty xiphmont at xiph.org
Mon Aug 13 04:35:31 PDT 2001



xiphmont    01/08/13 04:35:31

  Modified:    lib      info.c
  Log:
  rev the vendor string date

Revision  Changes    Path
1.43      +2 -2      vorbis/lib/info.c

Index: info.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/info.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- info.c	2001/08/13 01:36:57	1.42
+++ info.c	2001/08/13 11:35:30	1.43
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: maintain the info structure, info <-> header packets
- last mod: $Id: info.c,v 1.42 2001/08/13 01:36:57 xiphmont Exp $
+ last mod: $Id: info.c,v 1.43 2001/08/13 11:35:30 xiphmont Exp $
 
  ********************************************************************/
 
@@ -407,7 +407,7 @@
 }
 
 static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){
-  char temp[]="Xiphophorus libVorbis I 20010812";
+  char temp[]="Xiphophorus libVorbis I 20010813";
 
   /* preamble */  
   oggpack_write(opb,0x03,8);

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