We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7adc4e commit 6384bc1Copy full SHA for 6384bc1
src/mezz/codec-ico.reb
@@ -88,6 +88,6 @@ register-codec [
88
]
89
90
identify: function [data [binary!]][
91
- parse b [#{0000} [#{0100} | #{0200}] to end] ;.ico or .cur
+ parse data [#{0000} [#{0100} | #{0200}] to end] ;.ico or .cur
92
93
0 commit comments