]> diplodocus.org Git - nmh/blobdiff - uip/mhfixmsg.c
Added check of -fcc with no fcc in components.
[nmh] / uip / mhfixmsg.c
index ff3e383a49e1d4885012f451e09ee1de97b6d803..2a701f0057478e467480a23af24ca073b966fd65 100644 (file)
@@ -2589,7 +2589,7 @@ static int
 fix_filename_param (char *name, char *value, PM *first_pm, PM *last_pm) {
     int fixed = 0;
 
-    if (HasPrefix(value, "=?") && HasSuffix(value, "?=")) {
+    if (has_prefix(value, "=?") && has_suffix(value, "?=")) {
         /* Looks like an RFC 2047 encoded parameter. */
         char decoded[PATH_MAX + 1];