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);