Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 197043 | Differences between
and this patch

Collapse All | Expand All

(-)lib/xmlparse.c (+2 lines)
Lines 2563-2568 Link Here
2563
                              (int)(dataPtr - (ICHAR *)dataBuf));
2563
                              (int)(dataPtr - (ICHAR *)dataBuf));
2564
              if (s == next)
2564
              if (s == next)
2565
                break;
2565
                break;
2566
              if (ps_parsing == XML_FINISHED || ps_parsing == XML_SUSPENDED)
2567
                break;
2566
              *eventPP = s;
2568
              *eventPP = s;
2567
            }
2569
            }
2568
          }
2570
          }

Return to bug 197043