Major Error in client.

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-02-27 13:22:09 +00:00
parent a183733cb0
commit 1e662ee4ba

View File

@ -192,7 +192,7 @@ int main(void)
{ {
break; break;
} }
else if (strcmp("choise", "addpass")) else if (strcmp(choice, "addpass") == 0)
{ {
char *aux = create(char); char *aux = create(char);
aux = size(aux, 256); aux = size(aux, 256);