From: Sergey Poznyakoff Date: Tue, 13 Dec 2005 13:31:56 +0000 (+0000) Subject: (struct name): New member `explicit'. Remove unused member `isdir' X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=5b3dc9e3dd5082af1241aa56bae17afde29892fd;hp=d3e525009d39e3aa919630f1ee504ea60bf56c8d;p=chaz%2Ftar (struct name): New member `explicit'. Remove unused member `isdir' --- diff --git a/src/common.h b/src/common.h index 9de22c6..2602a59 100644 --- a/src/common.h +++ b/src/common.h @@ -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 */