Committed wrong version of previous patch.

From-SVN: r90384
This commit is contained in:
Paul Brook 2004-11-10 02:44:39 +00:00
parent 851739ea17
commit 9686c8110e
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ done:
sprintf (p, "%d", exponent);
/* Do the actual conversion. */
string_to_real (dest, buffer, length);
convert_real (dest, buffer, length);
if (buffer != scratch)
free_mem (buffer);