mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 16:50: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
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
content, err := dec.DecodeAll(data, nil)
|
content, err := dec.DecodeAll(data[1:], nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user