cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

685cb4c check src < *out only; only check for \nspace if src < *out - 2

Authored and Committed by rmeggins 13 years ago
    check src < *out only; only check for \nspace if src < *out - 2
    
    *out will never be NULL here, so we only need to check that src < *out as
    the loop condition
    when looking for a continuation line, make sure there are two characters
    in *out to check