[Mono-bugs] [Bug 58973][Min] Changed - [PATCH] string-to-double parsing confused by trailing "\0"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jul 2004 15:23:18 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by grompf@sublimeintervention.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58973

--- shadow/58973	2004-07-07 15:22:36.000000000 -0400
+++ shadow/58973.tmp.410	2004-07-07 15:23:18.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: s001@hotbox.ru               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: string-to-double parsing confused by trailing "\0"
+Summary: [PATCH] string-to-double parsing confused by trailing "\0"
 
 Description of Problem:
  Parsing of string to float (double) value fails if
 the string contains trailing \0.
 
 Steps to reproduce the problem: