tar2qfile: forgot to pass a parameter in tar_read function
This commit is contained in:
parent
8e853c752c
commit
ae776521b0
@ -803,7 +803,7 @@ int tar_file_processor(int fd, int filter_count, char **filter)
|
||||
}
|
||||
}
|
||||
if (current==NEED_READ) {
|
||||
current = ustar_rd(fd, &hdr, buf, &sb);
|
||||
current = ustar_rd(fd, &hdr, buf, &sb, filter_count, filter);
|
||||
fprintf(stderr,"Return %d\n",ret);
|
||||
}
|
||||
if (current==NEED_SKIP) {
|
||||
|
Loading…
Reference in New Issue
Block a user