Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 111244
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- relaxng.c.old       2005-11-02 16:53:09.000000000 +0100
0
++ relaxng.c   2005-11-02 16:51:48.000000000 +0100
Lines 6080-6086 Link Here
6080
                           xmlRelaxNGContentType ct2)
6080
                           xmlRelaxNGContentType ct2)
6081
{
6081
{
6082
    if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6082
    if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6083
        (ct2 == XML_RELAXNG_CONTENU_ERROR))
6083
        (ct2 == XML_RELAXNG_CONTENT_ERROR))
6084
        return (XML_RELAXNG_CONTENT_ERROR);
6084
        return (XML_RELAXNG_CONTENT_ERROR);
6085
    if (ct1 == XML_RELAXNG_CONTENT_EMPTY)
6085
    if (ct1 == XML_RELAXNG_CONTENT_EMPTY)
6086
        return (ct2);
6086
        return (ct2);

Return to bug 111244