mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 02:16:21 +00:00
@@ -3530,7 +3530,7 @@ _cmd_xa(gchar **args, struct cmd_help_t help)
|
||||
|
||||
static char *
|
||||
_ask_password(void) {
|
||||
char *passwd = malloc(sizeof(char) * 21);
|
||||
char *passwd = malloc(sizeof(char) * (MAX_PASSWORD_SIZE + 1));
|
||||
status_bar_get_password();
|
||||
status_bar_refresh();
|
||||
inp_block();
|
||||
|
||||
Reference in New Issue
Block a user