mirror of
https://github.com/OrbTools/OrbCommon
synced 2024-11-18 03:25:32 +00:00
xdr: fix hid loading
This commit is contained in:
parent
39123578ee
commit
fcbabf621a
@ -12,5 +12,5 @@ import (
|
||||
var file []byte
|
||||
|
||||
func init() {
|
||||
xdr.Unmarshal(bytes.NewReader(file), Mappings)
|
||||
xdr.Unmarshal(bytes.NewReader(file), &Mappings)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user