> That is certainly not correct: snprintf and friends return the length as > it would have been if an infinite buffer was passed in. > So the strlen should stay.
Oh wow. That was really stupid. Thanks
> That is certainly not correct: snprintf and friends return the length as > it would have been if an infinite buffer was passed in. > So the strlen should stay.
Oh wow. That was really stupid. Thanks