[xml] Fix for bug 106931 incomplete?



Hello,

Correct me if I'm wrong, but it seems that this part of the patch for bug
106931 did not get applied.

*** xinclude.c  Mon Feb 24 13:12:48 2003
--- xinclude.c.new      Sat Mar 29 09:45:31 2003
***************
*** 1059,1065 ****
            if ((ent->SystemID != NULL) && (prev->SystemID != NULL)) {
                if (!xmlStrEqual(ent->SystemID, prev->SystemID))
                    goto error;
!           } else if ((ent->SystemID != NULL) && (prev->SystemID != NULL)) {
                if (!xmlStrEqual(ent->ExternalID, prev->ExternalID))
                    goto error;
            } else if ((ent->content != NULL) && (prev->content != NULL)) {
--- 1059,1066 ----
            if ((ent->SystemID != NULL) && (prev->SystemID != NULL)) {
                if (!xmlStrEqual(ent->SystemID, prev->SystemID))
                    goto error;
!           } else if ((ent->ExternalID != NULL) &&
!                       (prev->ExternalID != NULL)) {
                if (!xmlStrEqual(ent->ExternalID, prev->ExternalID))
                    goto error;
            } else if ((ent->content != NULL) && (prev->content != NULL)) {


Pawel




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