1
0
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:
2025-06-12 11:44:57 +02:00
parent 43523c458a
commit 8562e1147b
6 changed files with 68 additions and 17 deletions

View File

@ -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: