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>