mirror of https://bitbucket.org/ausocean/av.git
psi: return t instead of d in addPadding() func
This commit is contained in:
parent
af6c8d875f
commit
1ae261dce4
|
@ -138,5 +138,5 @@ func addPadding(d []byte) []byte {
|
|||
for i := range padding {
|
||||
padding[i] = 0xff
|
||||
}
|
||||
return d
|
||||
return t
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue