bug-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VCDImager Bugs/Devel] possible bug


From: Herbert Valerio Riedel
Subject: Re: [VCDImager Bugs/Devel] possible bug
Date: Wed, 5 Sep 2001 09:27:39 +0200 (CEST)

thx! :-)

...actually I had it already fixed in my un-committed (shame on me :)
local working copy...

On Tue, 4 Sep 2001, Peter Belding wrote:
> I'm seeing the same problem.  The following patch seems to fix it:
>
> Index: frontends/xml/vcd_xml_dtd.c
> ===================================================================
> RCS file: /cvsroot/vcdimager/vcdimager/frontends/xml/vcd_xml_dtd.c,v
> retrieving revision 1.3
> diff -u -r1.3 vcd_xml_dtd.c
> --- frontends/xml/vcd_xml_dtd.c       2001/05/26 22:19:40     1.3
> +++ frontends/xml/vcd_xml_dtd.c       2001/09/05 05:18:45
> @@ -59,13 +59,8 @@
>        return xmlNewIOInputStream (context, _input_buf,
>                                 XML_CHAR_ENCODING_8859_1);
>      }
> -
> -  fprintf (stderr, "unsupported doctype (pubid: %s, sysid: %s) 
> encountered\n",
> -        pubid, sysid);
>
> -  exit (EXIT_FAILURE);
> -
> -  return _xmlExternalEntityLoaderDefault (pubid, sysid, context);
> +  return _xmlExternalEntityLoaderDefault (sysid, pubid, context);
>  }
>
>  void
>
>
> It seems like removing exit() shouldn't hurt much, but I'm just getting
> started playing around with vcdimager so what do I know. :)
>
> -Peter

regards,
--
Herbert Valerio Riedel       /    Phone: (EUROPE) +43-1-58801-18840
Email: address@hidden       /    Finger address@hidden for GnuPG Public Key
GnuPG Key Fingerprint: 7BB9 2D6C D485 CE64 4748  5F65 4981 E064 883F 4142




reply via email to

[Prev in Thread] Current Thread [Next in Thread]