check pass != nullpointer

This commit is contained in:
Nikola Petrov 2023-08-14 16:56:47 +02:00
parent 2a7854ebac
commit 6317e9f699

View File

@ -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