mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 08:40:18 +01:00
Fix zstd decoding
This commit is contained in:
parent
8a344b5a6d
commit
fa0ec06e36
@ -160,7 +160,7 @@ func decode29(data []byte, colors *Colors) (*DecodedBlock, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
content, err := dec.DecodeAll(data, nil)
|
||||
content, err := dec.DecodeAll(data[1:], nil)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user