From 4bf190a5f5bca194f4ff71d02a5f3a17712204b7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 6 Mar 2026 19:58:37 +0000 Subject: util/nvmutil: make mac_updated unsigned Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 5269a025..b99f3a81 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -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); -- cgit v1.2.1