In file string.c, function make_string(), there is a typo that breaks the function. The code reads "va_copy(bkp,str)", it should be "va_copy(bkp,ptr)".
Log in to post a comment.