mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
init in methods local var
This commit is contained in:
parent
44c49b9bb9
commit
14ef1332aa
@ -212,8 +212,8 @@ void RandomPasswordView::set_random_freq() {
|
|||||||
|
|
||||||
void RandomPasswordView::new_password() {
|
void RandomPasswordView::new_password() {
|
||||||
password = "";
|
password = "";
|
||||||
std::string charset;
|
std::string charset = "";
|
||||||
std::string char_type_hints;
|
std::string char_type_hints = "";
|
||||||
|
|
||||||
if (check_digits.value())
|
if (check_digits.value())
|
||||||
charset += "0123456789";
|
charset += "0123456789";
|
||||||
|
Loading…
Reference in New Issue
Block a user