1
0
Fork 0
mirror of https://github.com/Luzifer/sii.git synced 2024-10-18 13:24:20 +00:00

Fix: Empty block content after block is processed

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-11-10 14:37:37 +01:00
parent 43e270d58b
commit 74df37832e
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -55,6 +55,7 @@ func parseSIIPlainFile(r io.Reader) (*Unit, error) {
inBlock = false inBlock = false
blockClass = "" blockClass = ""
blockContent = nil
blockName = "" blockName = ""
continue continue
} }