1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/mail/nmh/files/patch-ad
Joseph Koshy 4b7d3030b8 Fix a core dump in NMH's "sortm" command.
PR:		63497
Approved by:	Scott Blachowicz <scott@sabami.seaslug.org> [MAINTAINER]
2004-04-17 02:23:50 +00:00

12 lines
253 B
Plaintext

--- uip/sortm.c-- Thu Mar 18 00:12:19 2004
+++ uip/sortm.c Thu Mar 18 00:26:50 2004
@@ -439,8 +439,6 @@
if(uprf(cp, "re:"))
cp += 2;
else {
- if (isalnum(c))
- *cp2++ = isupper(c) ? tolower(c) : c;
break;
}
}