In article <[email protected]>,
Paul Goyette <[email protected]> wrote:
>-=-=-=-=-=-
>
>+      /* Handle overflow */
>+      if ((size_t)count >= *len) {
>+              *dest += *len - 1;
>+              *len = 1;

Why *len = 1 here? Shouldn't it be 0 since there is no more room left?

christos

Reply via email to