]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_rfc2047.c
configure.in: add a level of expansion for mandir when printing the
[nmh] / sbr / fmt_rfc2047.c
index 9d5b6d3cbdea51626d07f956c48ad673b12a7dd2..87fddb90cb6c72718aadd1f6dcfc1d0c3eefa921 100644 (file)
@@ -71,7 +71,7 @@ decode_rfc2047 (char *str, char *dst, size_t dstlen)
     int whitespace = 0;                /* how much whitespace between encodings? */
 #ifdef HAVE_ICONV
     int use_iconv = 0;          /* are we converting encoding with iconv? */
-    iconv_t cd;
+    iconv_t cd = NULL;
     int fromutf8 = 0;
     char *saveq, *convbuf = NULL;
     size_t savedstlen;