live-bootstrap/sysa/tcc-0.9.27/simple-patches/remove-fileopen.before
2023-03-31 18:08:50 +00:00

8 lines
204 B
Text

if (ret == 1)
return ar_usage(ret);
if ((fh = fopen(argv[i_lib], "wb")) == NULL)
{
fprintf(stderr, "tcc: ar: can't open file %s \n", argv[i_lib]);
goto the_end;
}