From 35cde3e2907f3708735003f93fbef1806cc04bb8 Mon Sep 17 00:00:00 2001 From: afonso Date: Sun, 12 May 2024 18:09:23 +0100 Subject: [PATCH] Fix makefile and change some stuff in client --- Makefile | 2 +- src/client/client.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8a799ee..c4b1d54 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Compiler CC := gcc # Compiler flags -CFLAGS := -Wall -Wextra -Werror -Ilibs -fsanitize=address +CFLAGS := -Wall -Wextra -Ilibs # Directories SRCDIR := src diff --git a/src/client/client.c b/src/client/client.c index 98c842c..5c3bfdd 100644 --- a/src/client/client.c +++ b/src/client/client.c @@ -106,7 +106,7 @@ int main(int argc, char *argv[]) { } } - int receiverUidInt = atoi(receiverUid); + int receiverUidInt = atoi("1003"); send_message(receiverUidInt,groupFlag);