X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4aace27b5eeab890bdab8e1e1725b02ab435ff6a..19e4b527a4256490d4d143465e86dd205d618b2e:/uip/sortm.c diff --git a/uip/sortm.c b/uip/sortm.c index 9351ec03..7cc2283c 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -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';