]> git.pld-linux.org Git - packages/nmh.git/blob - nmh-bug7246.patch
- s/Copyright/License/, pl translations
[packages/nmh.git] / nmh-bug7246.patch
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.132909 seconds and 3 git commands to generate.