[xiph-cvs] cvs commit: vorbis/lib info.c
Monty
xiphmont at xiph.org
Fri Jul 12 23:21:19 PDT 2002
xiphmont 02/07/12 23:21:18
Modified: lib info.c
Log:
Update vendor string
Revision Changes Path
1.58 +2 -2 vorbis/lib/info.c
Index: info.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/info.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- info.c 2002/07/11 08:57:28 1.57
+++ info.c 2002/07/13 06:21:18 1.58
@@ -11,7 +11,7 @@
********************************************************************
function: maintain the info structure, info <-> header packets
- last mod: $Id: info.c,v 1.57 2002/07/11 08:57:28 xiphmont Exp $
+ last mod: $Id: info.c,v 1.58 2002/07/13 06:21:18 xiphmont Exp $
********************************************************************/
@@ -415,7 +415,7 @@
}
static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){
- char temp[]="Xiph.Org libVorbis I 20020711";
+ char temp[]="Xiph.Org libVorbis I 20020713";
int bytes = strlen(temp);
/* preamble */
<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