Committed wrong version of previous patch.
From-SVN: r90384
This commit is contained in:
parent
851739ea17
commit
9686c8110e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue