]> git.pld-linux.org Git - packages/nmh.git/blame - nmh-bug7246.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/nmh.git] / nmh-bug7246.patch
CommitLineData
0ca80c6b 1--- nmh-1.0.4/uip/sortm.c.bug7246 Wed Aug 16 12:58:07 2000
2+++ nmh-1.0.4/uip/sortm.c Wed Aug 16 12:58:55 2000
3@@ -441,6 +441,7 @@
4 else {
5 if (isalnum(c))
6 *cp2++ = isupper(c) ? tolower(c) : c;
7+ cp++;
8 break;
9 }
10 }
This page took 0.079997 seconds and 4 git commands to generate.