]> diplodocus.org Git - nmh/blobdiff - sbr/encode_rfc2047.c
tws.h: Remove zero-valued TW_SNIL macro, used once.
[nmh] / sbr / encode_rfc2047.c
index d964cbde8cb227b306c37a232365113441300896..bc5fc1becc3ed00257e286ac025358e9e1994cfa 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * Routines to encode message headers using RFC 2047-encoding.
+/* encode_rfc2047.c -- encode message headers using RFC 2047 encoding.
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -289,7 +288,7 @@ field_encode_quoted(const char *name, char **value, const char *charset,
     if (q == NULL) {
        /* This should never happen, but just in case.  Found by
           clang static analyzer. */
-       admonish (NULL, "null output encoding for %s", *value);
+       inform("null output encoding for %s, continuing...", *value);
        return 1;
     }
     *q++ = '?';