From 1e662ee4ba0221eef951927148b4519dfa2b1e70 Mon Sep 17 00:00:00 2001 From: AfonsoCMSousa Date: Thu, 27 Feb 2025 13:22:09 +0000 Subject: [PATCH] Major Error in client. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 5716603..746014f 100644 --- a/src/main.c +++ b/src/main.c @@ -192,7 +192,7 @@ int main(void) { break; } - else if (strcmp("choise", "addpass")) + else if (strcmp(choice, "addpass") == 0) { char *aux = create(char); aux = size(aux, 256);