aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorPaul Brook <pbrook@gcc.gnu.org>2004-11-10 02:44:39 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-11-10 02:44:39 +0000
commit9686c8110ed08079e0351ba83fef7eb06d711c2d (patch)
treee1d2ff2853c7dafad589ef479202a5fb1e3ddf16 /libgfortran
parent851739ea17705555721ba1e862aaa98c2f3193e7 (diff)
downloadgcc-9686c8110ed08079e0351ba83fef7eb06d711c2d.zip
gcc-9686c8110ed08079e0351ba83fef7eb06d711c2d.tar.gz
gcc-9686c8110ed08079e0351ba83fef7eb06d711c2d.tar.bz2
Committed wrong version of previous patch.
From-SVN: r90384
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/io/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/read.c b/libgfortran/io/read.c
index 6999158..34454d6 100644
--- a/libgfortran/io/read.c
+++ b/libgfortran/io/read.c
@@ -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);