Fixed unwanted symbols at password

pull/83/head
parent a58843fd29
commit 84a773722c

@ -1224,6 +1224,9 @@ void on_user_save(GtkWidget *self, dictionary *dict){
yon_ubl_status_highlight_incorrect(window->userPasswordEntry); yon_ubl_status_highlight_incorrect(window->userPasswordEntry);
return; return;
} }
if (password[0]==' '&&password[1]=='.'&&password[2]==' '){
free(yon_char_divide(password,2));
}
} else { } else {
password="x"; password="x";
} }

Loading…
Cancel
Save