mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-21 00:50:38 +00:00
(struct name): New member explicit'. Remove unused member isdir'
This commit is contained in:
@@ -303,7 +303,7 @@ struct name
|
||||
size_t length; /* cached strlen(name) */
|
||||
uintmax_t found_count; /* number of times a matching file has
|
||||
been found */
|
||||
int isdir;
|
||||
int explicit; /* was explicitely given in the command line */
|
||||
char firstch; /* first char is literally matched */
|
||||
char regexp; /* this name is a regexp, not literal */
|
||||
int change_dir; /* set with the -C option */
|
||||
|
||||
Reference in New Issue
Block a user