@@ -102,9 +102,9 @@ extern int rm_main(int argc, char **argv)
}else{
if(recursiveAction(srcName,recursiveFlag,FALSE,
TRUE,fileAction,dirAction,NULL)==FALSE){
exit(FALSE);
returnEXIT_FAILURE;
}
}
}
return(TRUE);
returnEXIT_SUCCESS;
}
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.