]> diplodocus.org Git - nmh/blobdiff - uip/sortm.c
Replace `if (p) free(p)' with `mh_xfree(p)'.
[nmh] / uip / sortm.c
index 9351ec036cdc9fa47652e42d4ef39de1500ceedd..7cc2283c95a6759172456f625a52f061d7d4ef49 100644 (file)
@@ -451,8 +451,7 @@ get_fields (char *datesw, int msg, struct smsg *smsg)
 
            while ((c = *cp++)) {
                if (isascii((unsigned char) c) && isalnum((unsigned char) c))
-                   *cp2++ = isupper((unsigned char) c) ?
-                                       tolower((unsigned char) c) : c;
+                   *cp2++ = tolower((unsigned char)c);
            }
 
            *cp2 = '\0';