X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/a6216dd89252fa01dc176f98f1e4ecfd3f637566..95159e5585762c06c654945070ba54262b7dcec9:/hotline/files.go?ds=sidebyside diff --git a/hotline/files.go b/hotline/files.go index d4bea53..0963fbf 100644 --- a/hotline/files.go +++ b/hotline/files.go @@ -131,7 +131,7 @@ func getFileNameList(path string, ignoreList []string) (fields []Field, err erro binary.BigEndian.PutUint16(nameSize, uint16(len(strippedName))) copy(fnwi.NameSize[:], nameSize) - fnwi.name = []byte(strippedName) + fnwi.Name = []byte(strippedName) b, err := io.ReadAll(&fnwi) if err != nil {