possibly uninitialized variable

This commit is contained in:
Daniel Stenberg 2003-10-28 09:28:11 +00:00
Родитель 1cdc66d927
Коммит 60ef75f2ee
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2834,6 +2834,8 @@ operate(struct Configurable *config, int argc, char *argv[])
break;
}
}
else
urlnum = 1; /* without globbing, this is a single URL */
/* if multiple files extracted to stdout, insert separators! */
separator= ((!outfiles || curl_strequal(outfiles, "-")) && urlnum > 1);