From 9686c8110ed08079e0351ba83fef7eb06d711c2d Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Wed, 10 Nov 2004 02:44:39 +0000 Subject: [PATCH] Committed wrong version of previous patch. From-SVN: r90384 --- libgfortran/io/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgfortran/io/read.c b/libgfortran/io/read.c index 6999158c13a..34454d663f7 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);