Skip to content

Commit 2b1f174

Browse files
committed
FIX: SWF codec - missing bit aligning in fill style array
1 parent 68b197a commit 2b1f174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mezz/codec-swf.r

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ import module [
139139
]
140140

141141
readFILLSTYLEARRAY: has[n result][
142+
align
142143
n: binary/read bin 'UI8
143144
if n = 255 [ n: binary/read bin 'UI16LE ] ;FillStyleCountExtended
144145
result: make block! n

0 commit comments

Comments
 (0)