mirror of
https://github.com/garraflavatra/go-fmp.git
synced 2025-07-16 11:14:05 +00:00
Parse table columns
This commit is contained in:
@ -85,7 +85,7 @@ func (sect *FmpSector) processChunks(dict *FmpDict) error {
|
||||
// Todo: take index into account
|
||||
dict.SetValue(
|
||||
currentPath,
|
||||
append(dict.GetValue(currentPath), chunk.Value...),
|
||||
append(dict.GetValue(currentPath...), chunk.Value...),
|
||||
)
|
||||
|
||||
case FmpChunkSimpleKeyValue:
|
||||
|
Reference in New Issue
Block a user