]> diplodocus.org Git - nmh/blobdiff - sbr/encode_rfc2047.c
sbr/discard.c: Simplify by inverting initial test.
[nmh] / sbr / encode_rfc2047.c
index d964cbde8cb227b306c37a232365113441300896..2d9dde3a5a40449bd45b7b4adeb65007b47339b7 100644 (file)
@@ -289,7 +289,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++ = '?';