@ -444,7 +444,7 @@ int main(int argc, char **argv)
}else{
s->outfile=fopen(outfile,"w");
if(!s->outfile)
error("could not open '%s",outfile);
error("could not open '%s'",outfile);
}
}elseif(output_type!=TCC_OUTPUT_MEMORY){
if(!outfile){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.