return0;// changed because if an error occured after this point the file exists, the js code has reported the error to the user and returning 1 will report to them that it doesn't exist
returnfile;
}
if(mwrc_loaded){
fprintf(stderr,"Warning: file included in .mwrc not supported: %s\n",filename);
return0;// changed because if an error occured after this point the file exists, the js code has reported the error to the user and returning 1 will report to them that it doesn't exist
}else{
if(parse_mwrcfile(file,base,filename)){
fprintf(stderr,"Warning: file included in .mwrc not supported: %s\n",filename);