]> git.llucax.com Git - software/mutt-debian.git/blobdiff - pgpmicalg.c
added mutt.desktop and to debian/extra and installed through mutt.install, it contai...
[software/mutt-debian.git] / pgpmicalg.c
index d22c50cc5a1474d5d81a0841c2e67b594c5cad2d..37519825f80e9e54ac5960885f0e76365c81ac16 100644 (file)
@@ -170,7 +170,7 @@ static short pgp_find_hash (const char *fname)
   
   short rv = -1;
   
-  mutt_mktemp (tempfile);
+  mutt_mktemp (tempfile, sizeof (tempfile));
   if ((out = safe_fopen (tempfile, "w+")) == NULL)
   {
     mutt_perror (tempfile);