-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++ & C#] Miniscript aborts when _dateStr
handles excessive number
#160
Comments
For C++, I think adding if (errno == EOVERFLOW) return ""; after this line should fix it:
(As for C#, don't know...) |
Merged
Seems like on Windows the problem was on this line (when
Filed a PR |
Closing thanks to PR#162. |
Oops, that was a mistake. Meant to close #164. This one needs to stay open until we've addressed the same thing in the C# code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In cmd:
In MM:
The text was updated successfully, but these errors were encountered: