mirror of
https://github.com/Luzifer/sii.git
synced 2024-12-21 08:21:16 +00:00
Fix: Empty block content after block is processed
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
43e270d58b
commit
74df37832e
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ func parseSIIPlainFile(r io.Reader) (*Unit, error) {
|
||||||
|
|
||||||
inBlock = false
|
inBlock = false
|
||||||
blockClass = ""
|
blockClass = ""
|
||||||
|
blockContent = nil
|
||||||
blockName = ""
|
blockName = ""
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue