Make the array bigger~
This commit is contained in:
parent
24b6adfa8d
commit
37b11825a7
@ -21,7 +21,7 @@ LICENSE : GNU-GPLv3
|
|||||||
|
|
||||||
#define _(String) gettext(String)
|
#define _(String) gettext(String)
|
||||||
|
|
||||||
int writePasswords(char pw[][99], char* pwfile){
|
int writePasswords(char pw[][256], char* pwfile){
|
||||||
|
|
||||||
FILE *f = fopen(pwfile, "w");
|
FILE *f = fopen(pwfile, "w");
|
||||||
if(f == NULL){
|
if(f == NULL){
|
||||||
|
@ -5,4 +5,4 @@ DATE : 2018-03-27T02:34:08+02:00
|
|||||||
LICENSE : GNU-GPLv3
|
LICENSE : GNU-GPLv3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int writePasswords(char pw[][99], char* pwfile);
|
int writePasswords(char pw[][256], char* pwfile);
|
||||||
|
Loading…
Reference in New Issue
Block a user