<<< Date Index >>>     <<< Thread Index >>>

Re: patch-1.5.13.tlr.wrap_headers.1



On 2006-08-16 22:16:52 +0200, Thomas Roessler wrote:

> +    
> +    for (i = 0, k = 0, l = 0, n = 0; k < sizeof (buf) && cp[i] != '\0' &&
> +      ((col < (WRAPLEN + (k ? 0 : WRAPLEN)) || in_encoded_word));
> +      i += l)
> +    {

whooops, that should be "i < sizeof (buf)" up there.

-- 
Thomas Roessler   <roessler@xxxxxxxxxxxxxxxxxx>