Commit 60ef75f2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

possibly uninitialized variable

parent 1cdc66d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);