[Bug 46842] c# On Wine double.TryParse successfully converts empty string to a double. But double is corrupt.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 15 11:00:59 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=46842

--- Comment #1 from IanS <MyBugzilla at mailinator.com> ---
Sorry. I forgot to say. Obviously the TryParse function should not be able to
parse an empty string. When faced with an empty string it should rerturn false
and d will be zero. But when running on Mint it does not return false. it
returns true but the variable d is empty.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list