mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: make part_modified an unsigned char
better reflects intent Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user