Skip to content
Snippets Groups Projects
Commit 1634b23e authored by ChouTatsumi's avatar ChouTatsumi
Browse files

bug 15:07

parent ee3e2953
No related branches found
No related tags found
No related merge requests found
...@@ -264,6 +264,7 @@ bool show_intro_page(int sockfd) { ...@@ -264,6 +264,7 @@ bool show_intro_page(int sockfd) {
} }
bool show_start_page(int sockfd, char *username) { bool show_start_page(int sockfd, char *username) {
char buff[2049];
int n; int n;
int username_length = strlen(username); int username_length = strlen(username);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment