From 5b3dc9e3dd5082af1241aa56bae17afde29892fd Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 13 Dec 2005 13:31:56 +0000 Subject: [PATCH 1/1] (struct name): New member `explicit'. Remove unused member `isdir' --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.44.0