finish the "read" of charset.c
[apps/madmutt.git] / lib-crypt / pgpmicalg.c
index 8fe6a5e..f750e19 100644 (file)
@@ -112,7 +112,7 @@ static void pgp_dearmor (FILE * in, FILE * out)
     return;
   }
 
-  mutt_decode_base64 (&state, end - start, 0, (iconv_t) - 1);
+  mutt_decode_base64 (&state, end - start, 0, MUTT_ICONV_ERROR);
 }
 
 static short pgp_mic_from_packet (unsigned char *p, size_t len)