mirror of
https://github.com/garraflavatra/go-fmp.git
synced 2025-06-28 04:25:11 +00:00
Table parsing (WIP)
This commit is contained in:
@ -69,7 +69,7 @@ func OpenFile(path string) (*FmpFile, error) {
|
||||
// Todo: take index into account
|
||||
ctx.Dictionary.set(
|
||||
currentPath,
|
||||
append(ctx.Dictionary.get(currentPath), chunk.Value...),
|
||||
append(ctx.Dictionary.getValue(currentPath), chunk.Value...),
|
||||
)
|
||||
|
||||
case FMP_CHUNK_SIMPLE_KEY_VALUE:
|
||||
|
Reference in New Issue
Block a user