mirror of
				https://bitbucket.org/s_l_teichmann/mtsatellite
				synced 2025-11-04 01:55:25 +01:00 
			
		
		
		
	Fix zstd decoding
This commit is contained in:
		@@ -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
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user