Skip to content

Commit 0c8875b

Browse files
authored
Update main.py
1 parent 2413630 commit 0c8875b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vbaProjectCompiler/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class VbaProject:
2424
uByteOrder = "<"
2525
uSectorShift = 9
2626
uMiniSectorShift = 6
27-
ulMiniSectorCutoff = 16
27+
ulMiniSectorCutoff = 4096
2828

2929
#data members of class
3030
path = "." #path to the project root

0 commit comments

Comments
 (0)