Prefer signed integer in struct directory

* src/incremen.c (struct directory):
Prefer int to unsigned where either will do.
This commit is contained in:
Paul Eggert
2024-08-12 17:45:03 -07:00
parent 95ebde4303
commit e137c14285

View File

@@ -77,7 +77,7 @@ struct directory
struct dumpdir *idump; /* Initial contents if the directory was
rescanned */
enum children children; /* What to save under this directory */
unsigned flags; /* See DIRF_ macros above */
int flags; /* See DIRF_ macros above */
struct directory *orig; /* If the directory was renamed, points to
the original directory structure */
const char *tagfile; /* Tag file, if the directory falls under