mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: make mac_updated unsigned
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -378,7 +378,7 @@ static void
|
||||
cmd_setmac(void)
|
||||
{
|
||||
size_t partnum;
|
||||
int mac_updated = 0;
|
||||
unsigned char mac_updated = 0;
|
||||
|
||||
parse_mac_string();
|
||||
printf("MAC address to be written: %s\n", mac);
|
||||
|
||||
Reference in New Issue
Block a user