mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 23:17:57 +08:00
rename UnCompressData to DecompressData
This commit is contained in:
@@ -49,7 +49,7 @@ func main() {
|
||||
|
||||
data := n.Data
|
||||
if n.IsCompressed() {
|
||||
if data, err = util2.UnCompressData(data); err != nil {
|
||||
if data, err = util2.DecompressData(data); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user