aboutsummaryrefslogtreecommitdiffstats
path: root/demos/maurice/example1.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/maurice/example1.c')
-rw-r--r--demos/maurice/example1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/maurice/example1.c b/demos/maurice/example1.c
index da2c6d31c5..1ef8299900 100644
--- a/demos/maurice/example1.c
+++ b/demos/maurice/example1.c
@@ -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);