mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 13:19:37 +00:00
Fix bug in the minicurl test utility
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user