Skip to content

Commit 4e8896a

Browse files
committed
FEAT: SWF codec - allow none! as a valid input to decode-tag function
1 parent 4e3eefa commit 4e8896a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/codec-swf.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ import module [
13221322
return swf
13231323
]
13241324

1325-
decode-tag: func [id [integer!] data [binary!] ][
1325+
decode-tag: func [id [integer!] data [binary! none!] ][
13261326
tid: id
13271327
bin: binary data
13281328
any [tag-decoders/:id data]

0 commit comments

Comments
 (0)