Loading src/main.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
src/main.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading