]> git.pld-linux.org Git - packages/tar.git/blob - tar-error.patch
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/tar.git] / tar-error.patch
1 --- tar-1.13.19/src/incremen.c.sux      Thu May 17 14:16:47 2001
2 +++ tar-1.13.19/src/incremen.c  Thu May 17 14:17:00 2001
3 @@ -182,8 +182,11 @@
4      struct directory *directory; /* for checking if already already seen */
5      enum children children;
6  
7 +    if (! dirp) {
8 -    if (! dirp)
9        savedir_error (path);
10 +      errno = 1;
11 +      return NULL;
12 +    }
13      errno = 0;
14  
15      name_buffer_size = strlen (path) + NAME_FIELD_SIZE;
This page took 0.037142 seconds and 3 git commands to generate.