@@ -90,7 +90,7 @@ int main(int argc,char *argv[]) { //usage: ./client host port
elseputs("Send file error.");
#endif
fclose(fp);
printf("Send count:%lld\n",len);
printf("Send count:%u\n",len);
}elseputs("Open file error!");
}else{
send(sockfd,buf,strlen(buf),0);
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.