check pass != nullpointer
This commit is contained in:
parent
2a7854ebac
commit
6317e9f699
@ -155,7 +155,7 @@ int main(int argc, char** argv)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pass == nullptr) return 1;
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
printf_s("Password: %s", pass->password);
|
printf_s("Password: %s", pass->password);
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user