mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
407 B

  1. --- gnomemeeting-0.98.5/lib/xdap/xdap.c.orig 2003-12-02 14:43:58.000000000 +0100
  2. +++ gnomemeeting-0.98.5/lib/xdap/xdap.c 2003-12-02 14:47:13.000000000 +0100
  3. @@ -156,7 +156,7 @@
  4. xmlEntityPtr (**oldgetent) (void *, const xmlChar *), int noerr)
  5. {
  6. xmlDocPtr xp;
  7. - xmlSAXHandler sax;
  8. + xmlSAXHandlerV1 sax;
  9. memset (&sax, 0, sizeof sax);
  10. sax = xmlDefaultSAXHandler; /* Copy original handler */