Fix a badly applied patch (actually, non-applied because --dry-run was set)
This commit is contained in:
parent
b33123a8f7
commit
4dec2e4b27
@ -1085,7 +1085,7 @@ retry:
|
||||
{
|
||||
/* Mark this entry as released */
|
||||
|
||||
hdr.flags = (uint8_t~MTD_ERASED_FLAGS;
|
||||
hdr.flags = (uint8_t)~MTD_ERASED_FLAGS;
|
||||
mtdconfig_writebytes(dev, offset, &hdr.flags, sizeof(hdr.flags));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user