Skip to content

Commit

Permalink
FIX: SWF codec - missing bit aligning in fill style array
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 20, 2020
1 parent 68b197a commit 2b1f174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mezz/codec-swf.r
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ import module [
]

readFILLSTYLEARRAY: has[n result][
align
n: binary/read bin 'UI8
if n = 255 [ n: binary/read bin 'UI16LE ] ;FillStyleCountExtended
result: make block! n
Expand Down

0 comments on commit 2b1f174

Please sign in to comment.