On Fri, Apr 25, 2008 at 02:44:00PM -0500, Aric Stewart wrote:
No, from updateCompStr
if (old == NULL && compstr == NULL && len == 0) return NULL;
Otherwise it returns a compstr. So it only should return NULL if all the incoming parameters are NULL, which i do not believe should ever happen after i went through and made sure that the hCompStr was never NULL.
-aric
Oh, I mistook && for ||. All right, I'll send a patch.