Mercurial > games > semicongine
changeset 1377:aaf8fa2c7bb2
merge
author | sam <sam@basx.dev> |
---|---|
date | Sun, 08 Dec 2024 08:21:27 +0700 |
parents | cd2455307a6c (diff) ca3299ea1bdf (current diff) |
children | 31f57a969ffd |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/semicongine/thirdparty/parsetoml.nim Sat Dec 07 21:34:24 2024 +0700 +++ b/semicongine/thirdparty/parsetoml.nim Sun Dec 08 08:21:27 2024 +0700 @@ -841,7 +841,7 @@ case nextChar of '.': return parseFloat(state, 0, forcedSign) - of strutils.Whitespace: + of strutils.Whitespace, ']': state.pushBackChar(nextChar) return TomlValueRef(kind: TomlValueKind.Int, intVal: 0) of strutils.Digits: