live-bootstrap/sysa/tcc-0.9.26/simple-patches/remove-fileopen.before

9 lines
204 B
Plaintext

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;
}