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