@@ -85,10 +85,10 @@ int do_open(char *pathname, int flags, mode_t mode)
if(dry_run)return-1;
CHECK_RO
}
#ifdef O_BINARY
/* for Windows */
flags|=O_BINARY;
#endif
/* some systems can't handle a double / */
if(pathname[0]=='/'&&pathname[1]=='/')pathname++;
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.