Skip to content

Commit 67287fe

Browse files
committed
ptool: Fix capital S in zeros_33sectorS.bin
Signed-off-by: Loïc Minier <[email protected]>
1 parent 34c86fd commit 67287fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ def CreateGPTPartitionTable(PhysicalPartitionNumber,UserProvided=False):
796796
PhysicalPartitionNumber,
797797
FileOffset[z],
798798
LastLBA-FirstLBA+1-FilePartitionOffset[z], # num_partition_sectors
799-
"zeros_33sectorS.bin",
799+
"zeros_33sectors.bin",
800800
"false",
801801
PartitionLabel,
802802
PhyPartition[k][j]['readbackverify'],

0 commit comments

Comments
 (0)