More stuff done
This commit is contained in:
@@ -35,7 +35,7 @@ int send_message(unsigned int sender, unsigned int receiver) {
|
||||
fgets(content, MAX_CONTENT_SIZE, stdin);
|
||||
|
||||
message msg;
|
||||
if (new_message(&msg, sender, receiver, content) != 0) {
|
||||
if (new_message(&msg, sender, 0, receiver, content) != 0) {
|
||||
printf("Error when creating new message\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user