util/nvmutil: make mac_updated unsigned

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-06 19:58:37 +00:00
parent 5c90b2453b
commit 4bf190a5f5
+1 -1
View File
@@ -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);