Skip to content
Snippets Groups Projects
Commit 91fdb1d9 authored by ChouTatsumi's avatar ChouTatsumi
Browse files

test 22:11

parent eceba781
No related branches found
No related tags found
No related merge requests found
......@@ -389,6 +389,8 @@ bool show_start_page(int sockfd, char* username) {
char added[added_length];
memset(word, 0, sizeof(word));
// create added string
strcat(added, added_prefix);
strcat(added, username);
......@@ -404,6 +406,8 @@ bool show_accepted_page(int sockfd) {
char added[2049];
memset(word, 0, sizeof(word));
strcat(added, added_prefix);
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