Problem: warning about uninitialized variable
(Tony Mechelynck, after 9.1.0409)
Solution: initialize variable (John Marriott)
closes: #14754
Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
{
if (dirc == '?' && newp != NULL && p[1] == '?')
{
- size_t startplen;
+ size_t startplen = 0;
// change "\?" to "?", make a copy first.
if (*newp == NULL)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 410,
/**/
409,
/**/