$OpenBSD: patch-modules_demux_ogg_c,v 1.2 2004/12/16 07:40:20 jolan Exp $
--- modules/demux/ogg.c.orig	Sat Nov  6 10:35:11 2004
+++ modules/demux/ogg.c	Wed Dec 15 22:42:47 2004
@@ -1317,7 +1317,7 @@ static void Ogg_ReadAnnodexHeader( vlc_o
 
         /* we are guaranteed that the first header field will be
          * the content-type (by the Annodex standard) */
-        sscanf( &p_oggpacket->packet[28], "Content-Type: %1024s\r\n",
+        sscanf( &p_oggpacket->packet[28], "Content-Type: %1023s\r\n",
                 content_type_string );
 
         p_stream->f_rate = (float) granule_rate_numerator /
