mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
fix
This commit is contained in:
parent
7228c96d7f
commit
3112252a9c
1 changed files with 1 additions and 1 deletions
|
@ -1326,7 +1326,7 @@ class firehose(metaclass=LogBase):
|
|||
offset += size_each_patch
|
||||
return True
|
||||
|
||||
# flags: 0x3a for inactive and 0x6f for inactive boot partition
|
||||
# flags: 0x3a for inactive and 0x6f for active boot partition
|
||||
def set_flags(flags, active, is_boot):
|
||||
new_flags = flags
|
||||
if active:
|
||||
|
|
Loading…
Reference in a new issue