mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] Cant add negative offsets #299
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eubrunosilva on GitHub (May 23, 2021).
Originally assigned to: @mnadareski on GitHub.
trying to use negative offset
if I run dic.exe directly
dic doesnt warn me about value for offset and uses the offset I wrote
but if I use the same parameters in MPF
I get a "/a val was omitted. set [0]"
and it dumps with offset 0
maybe it doesn't parse values with - sign?