Fix bug in the minicurl test utility

This commit is contained in:
lwthiker
2022-07-29 19:53:23 +03:00
parent 5eac598d4d
commit 0ba5f83291

View File

@@ -213,6 +213,7 @@ int main(int argc, char *argv[])
file = fopen(opts.outfile, "w");
if (!file) {
fprintf(stderr, "Failed opening %s for writing\n", opts.outfile);
c = 1;
goto out_clean_opts;
}
} else {