Merge branch '2.1' into develop

This commit is contained in:
Johan Wikman
2017-08-15 10:31:30 +03:00
12 changed files with 24 additions and 24 deletions

View File

@ -1760,7 +1760,7 @@ static struct
static unsigned long
convert_arg(char *arg, int arg_type)
{
unsigned long rval;
unsigned long rval = 0;
switch (arg_type)
{