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

Collapse All | Expand All

(-)src/htmlparser.c~ (-2 / +2 lines)
Lines 1991-1997 Link Here
1991
        p += strspn(p, "\n\r");
1991
        p += strspn(p, "\n\r");
1992
    }
1992
    }
1993
1993
1994
    if (hpinfo->rewrite)
1994
    if (hpinfo->rewrite && stackc)
1995
    {
1995
    {
1996
        ilen = strlen(stackc);
1996
        ilen = strlen(stackc);
1997
        hpinfo->stack_offset = 0;
1997
        hpinfo->stack_offset = 0;
Lines 2150-2156 Link Here
2150
        p += strspn(p, "\n\r");
2150
        p += strspn(p, "\n\r");
2151
    }
2151
    }
2152
2152
2153
    if (hpinfo->rewrite)
2153
    if (hpinfo->rewrite && stackc)
2154
    {
2154
    {
2155
        ilen = strlen(stackc);
2155
        ilen = strlen(stackc);
2156
        hpinfo->stack_offset = 0;
2156
        hpinfo->stack_offset = 0;

Return to bug 262504