Shortened user loading crash fix

pull/116/head
parent da1918a4ba
commit 459f33565c

@ -75,7 +75,8 @@ void yon_interface_update(main_window *widgets){
if (parameters_size>1&&!strcmp(parameters[1],"x")) parameters[1]=AUTOMATICALLY_LABEL;
if (parameters_size>2&&!strcmp(parameters[2],"x")) parameters[2]=login;
char *pars = "";
if (strcmp(parameters[5],"x")&&strcmp(parameters[5],"")){
if (parameters_size>5&&strcmp(parameters[5],"x")&&strcmp(parameters[5],"")){
if (!check_is_password_hash(parameters[5])){
pars = ENCRYPTED_LABEL;
} else {

Loading…
Cancel
Save