]> git.pld-linux.org Git - packages/tar.git/blob - tar-dots.patch
- kill no locale, rel. 2
[packages/tar.git] / tar-dots.patch
1 --- tar-1.13.90/src/names.c.orig        Mon Aug 27 00:14:26 2001
2 +++ tar-1.13.90/src/names.c     Mon May 27 11:29:31 2002
3 @@ -214,6 +214,13 @@
4             return 0;
5         }
6        while (! ISSLASH (*p));
7 +
8 +      do
9 +       {
10 +         if (! *p++)
11 +           return 0;
12 +       }
13 +      while ( ISSLASH (*p));
14      }
15  }
16  \f
This page took 0.039265 seconds and 3 git commands to generate.