-
Notifications
You must be signed in to change notification settings - Fork 404
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
Repeatable crash on typein. #6755
Comments
Oooh ... @mkruselj did you change std::atof(s.c_str()) to std::stof? If so they have different behaviors. namely I'm sorry i didn't catch this in review but it very much looks like the problem here. The solution is either 1: use |
Thanks! That's exactly what happened, I used stof. |
Great. I think solution 1 is the right one. |
Open any typein field.
Type something that starts with a letter.
Hit Enter.
Hard Crash.
Typein crash.txt
The text was updated successfully, but these errors were encountered: