mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 21:39:03 +02:00
util/nvmutil: fix off by one bug
This commit is contained in:
@@ -358,7 +358,7 @@ cmd_copy(void)
|
||||
gbe + (part << 12), SIZE_4KB);
|
||||
|
||||
gbeFileModified = 1;
|
||||
nvmPartModified[part] = 1;
|
||||
nvmPartModified[part ^ 1] = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user