Make arrays bigger~ pt. 2
This commit is contained in:
parent
3f24518df0
commit
5790e46ed3
@ -58,8 +58,8 @@ int main(void){
|
|||||||
char *password[2];
|
char *password[2];
|
||||||
char *pwvrf[2];
|
char *pwvrf[2];
|
||||||
|
|
||||||
char pw[2][99];
|
char pw[2][256];
|
||||||
char pwv[2][99];
|
char pwv[2][256];
|
||||||
|
|
||||||
char *prompt[4] = {
|
char *prompt[4] = {
|
||||||
_("Key password: "),
|
_("Key password: "),
|
||||||
|
Loading…
Reference in New Issue
Block a user