From 5d05921875f7f17d271f4c691dfbf1787e166b8c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 6 Mar 2026 19:28:32 +0000 Subject: util/nvmutil: make part_modified an unsigned char better reflects intent Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 2dee5c75..62986a9c 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -124,7 +124,7 @@ static int fd = -1; static struct stat st; static size_t part; static int invert; -static int part_modified[2]; +static unsigned char part_modified[2]; static const char *mac = NULL; static const char rmac[] = "xx:xx:xx:xx:xx:xx"; -- cgit v1.2.1