Wireshark-commits: [Wireshark-commits] rev 47512: /trunk/plugins/mate/ /trunk/plugins/mate/: mate_u

Date: Wed, 06 Feb 2013 04:37:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47512

User: guy
Date: 2013/02/05 08:37 PM

Log:
 strtod() is locale-dependent; use g_ascii_strtod() instead.
 
 If the intent is that floating-point representations be
 locale-dependent, change this and somehow arrange that this not fail the
 API test.  However, I doubt anybody's actually done anything that uses
 this code path, given that...
 
 ...it was comparing a value against itself.  Fix it to use op->v.

Directory: /trunk/plugins/mate/
  Changes    Path           Action
  +2 -2      mate_util.c    Modified