diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-06 19:58:37 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-06 19:58:37 +0000 |
| commit | 4bf190a5f5bca194f4ff71d02a5f3a17712204b7 (patch) | |
| tree | 2e3473af04244c26e2f69aed33848aa104197f8e /util/nvmutil/nvmutil.c | |
| parent | 5c90b2453bb89be7919562ac0bb9e605e507ef85 (diff) | |
util/nvmutil: make mac_updated unsigned
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
