Fix new strtod on Windows platform, using OS::SNPrintF instead of snprintf. Fixes...
authorwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Oct 2010 09:40:26 +0000 (09:40 +0000)
committerwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Oct 2010 09:40:26 +0000 (09:40 +0000)
commitd4afed6bffd8e2e68b41567de30ab02dbb688f5a
treec71443170c31313d8146c748f620ae9fd81bb5f2
parente5bb73acbadf29f61eb60c6707151b77474654a1
Fix new strtod on Windows platform, using OS::SNPrintF instead of snprintf.  Fixes error in r5600.
Review URL: http://codereview.chromium.org/3601018

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5602 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/strtod.cc