diff options
author | Paul Brook <pbrook@gcc.gnu.org> | 2004-11-10 02:44:39 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-11-10 02:44:39 +0000 |
commit | 9686c8110ed08079e0351ba83fef7eb06d711c2d (patch) | |
tree | e1d2ff2853c7dafad589ef479202a5fb1e3ddf16 /libgfortran/io | |
parent | 851739ea17705555721ba1e862aaa98c2f3193e7 (diff) | |
download | gcc-9686c8110ed08079e0351ba83fef7eb06d711c2d.zip gcc-9686c8110ed08079e0351ba83fef7eb06d711c2d.tar.gz gcc-9686c8110ed08079e0351ba83fef7eb06d711c2d.tar.bz2 |
Committed wrong version of previous patch.
From-SVN: r90384
Diffstat (limited to 'libgfortran/io')
-rw-r--r-- | libgfortran/io/read.c | 2 |
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); |