提交 7e58aa7d 编写于 作者: L Lutz Jänicke

Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).

上级 be3d90de
......@@ -72,7 +72,7 @@ void main_encrypt(void)
pubKey[0] = ReadPublicKey(PUBFILE);
if(!pubKey)
if(!pubKey[0])
{
fprintf(stderr,"Error: can't load public key");
exit(1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册