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

(-)apr-util-1.3.4/buckets/apr_brigade.c (-3 lines)
Lines 689-697 Link Here
689
      return -1;
689
      return -1;
690
    }
690
    }
691
691
692
    /* tack on null terminator to remaining string */
693
    *(vd.vbuff.curpos) = '\0';
694
695
    /* write out what remains in the buffer */
692
    /* write out what remains in the buffer */
696
    return apr_brigade_write(b, flush, ctx, buf, vd.vbuff.curpos - buf);
693
    return apr_brigade_write(b, flush, ctx, buf, vd.vbuff.curpos - buf);
697
}
694
}

Return to bug 268643