Commit 9686c811 by Paul Brook

Committed wrong version of previous patch.

From-SVN: r90384
parent 851739ea
...@@ -704,7 +704,7 @@ done: ...@@ -704,7 +704,7 @@ done:
sprintf (p, "%d", exponent); sprintf (p, "%d", exponent);
/* Do the actual conversion. */ /* Do the actual conversion. */
string_to_real (dest, buffer, length); convert_real (dest, buffer, length);
if (buffer != scratch) if (buffer != scratch)
free_mem (buffer); free_mem (buffer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment