From 5343a13cd5ae8a1a5581d5394df39e350462f7dc Mon Sep 17 00:00:00 2001 From: Monty Date: Sun, 18 Feb 2001 09:58:54 +0000 Subject: [PATCH] Vendor string date update svn path=/trunk/vorbis/; revision=1291 --- lib/info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/info.c b/lib/info.c index 8f91506..c064438 100644 --- a/lib/info.c +++ b/lib/info.c @@ -11,7 +11,7 @@ ******************************************************************** function: maintain the info structure, info <-> header packets - last mod: $Id: info.c,v 1.37 2001/02/02 03:51:56 xiphmont Exp $ + last mod: $Id: info.c,v 1.38 2001/02/18 09:58:54 xiphmont Exp $ ********************************************************************/ @@ -408,7 +408,7 @@ static int _vorbis_pack_info(oggpack_buffer *opb,vorbis_info *vi){ } static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){ - char temp[]="Xiphophorus libVorbis I 20010201"; + char temp[]="Xiphophorus libVorbis I 20010218"; /* preamble */ oggpack_write(opb,0x03,8); -- 2.7.4