Menu

#6 make_string() is broken

CGI_functions
open
nobody
5
2005-12-29
2005-12-29
Anonymous
No

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)".

Discussion


Log in to post a comment.