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 (-1 / +3 lines)
Lines 2563-2569 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
              *eventPP = s;
2566
              if (ps_parsing == XML_FINISHED)
2567
                break; 
2568
	       *eventPP = s;
2567
            }
2569
            }
2568
          }
2570
          }
2569
          else
2571
          else

Return to bug 197043