Skip to content
Snippets Groups Projects
Commit 4795e0e4 authored by ChouTatsumi's avatar ChouTatsumi
Browse files

bug 22:12

parent 91fdb1d9
Branches
No related tags found
No related merge requests found
...@@ -389,7 +389,7 @@ bool show_start_page(int sockfd, char* username) { ...@@ -389,7 +389,7 @@ bool show_start_page(int sockfd, char* username) {
char added[added_length]; char added[added_length];
memset(word, 0, sizeof(word)); memset(added, 0, sizeof(word));
// create added string // create added string
strcat(added, added_prefix); strcat(added, added_prefix);
...@@ -406,7 +406,7 @@ bool show_accepted_page(int sockfd) { ...@@ -406,7 +406,7 @@ bool show_accepted_page(int sockfd) {
char added[2049]; char added[2049];
memset(word, 0, sizeof(word)); memset(added, 0, sizeof(word));
strcat(added, added_prefix); strcat(added, added_prefix);
printf("added is now %s", added); printf("added is now %s", added);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment