Skip to content

Commit 0b0daad

Browse files
authored
Update main.py
1 parent 177b7d8 commit 0b0daad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vbaProjectCompiler/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ def header(self):
102102
csectDif = LONG_ZERO
103103
header += csectDif
104104

105-
#sectFat = writeFatSectorList()
106-
#header += sectFat
105+
sectFat = self.writeFatSectorList()
106+
header += sectFat
107107
return header
108108

109109
def addStreamSectorList(self, list):

0 commit comments

Comments
 (0)