Open Withered-Flower-0422 opened 3 months ago
As discussed in #125, this is because C++ MiniScript uses sscanf
with a format string of %1f
, which, in addition to parsing 1foo2
as 1
, or 1.1.1
as 1.1
, inexplicably parses 0xdeadbeef
as 3735928559
.
MM:
CMD: