mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Fix size
This commit is contained in:
parent
5c9244b973
commit
a8b520d91e
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class gpt(metaclass=LogBase):
|
|||
if pa.type == "EFI_UNUSED":
|
||||
continue
|
||||
self.partentries.append(pa)
|
||||
self.totalsectors = self.header["last_usable_lba"]
|
||||
self.totalsectors = self.header["last_usable_lba"]+34
|
||||
return True
|
||||
|
||||
def print(self):
|
||||
|
|
Loading…
Reference in a new issue