From: Paul Eggert Date: Tue, 13 Aug 2024 00:45:03 +0000 (-0700) Subject: Prefer signed integer in struct directory X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e137c142851c249faf01c458884b8db8d9d76c08;p=thirdparty%2Ftar.git Prefer signed integer in struct directory * src/incremen.c (struct directory): Prefer int to unsigned where either will do. --- diff --git a/src/incremen.c b/src/incremen.c index 50f040e6..d14d1727 100644 --- a/src/incremen.c +++ b/src/incremen.c @@ -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