]> git.pld-linux.org Git - packages/nmh.git/commitdiff
8eab2cbbe9276897501ff6297c535d57 nmh-1.0.4-bug7246.patch
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 23 Aug 2001 17:11:24 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nmh-bug7246.patch -> 1.1

nmh-bug7246.patch [new file with mode: 0644]

diff --git a/nmh-bug7246.patch b/nmh-bug7246.patch
new file mode 100644 (file)
index 0000000..abc7d32
--- /dev/null
@@ -0,0 +1,10 @@
+--- nmh-1.0.4/uip/sortm.c.bug7246      Wed Aug 16 12:58:07 2000
++++ nmh-1.0.4/uip/sortm.c      Wed Aug 16 12:58:55 2000
+@@ -441,6 +441,7 @@
+                       else {
+                           if (isalnum(c))
+                               *cp2++ = isupper(c) ? tolower(c) : c;
++                          cp++;
+                           break;
+                       }
+                   }
This page took 0.032346 seconds and 4 git commands to generate.