Major Error in client.
This commit is contained in:
parent
a183733cb0
commit
1e662ee4ba
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user