Ver Fonte

(struct name): New member `explicit'. Remove unused member `isdir'

Sergey Poznyakoff há 19 anos atrás
pai
commit
5b3dc9e3dd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/common.h

+ 1 - 1
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 */