util/nvmutil: make part_modified an unsigned char

better reflects intent

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-06 19:28:32 +00:00
parent 1aa8f33d50
commit 5d05921875
+1 -1
View File
@@ -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";