From: Paul Brook Date: Wed, 10 Nov 2004 02:44:39 +0000 (+0000) Subject: Committed wrong version of previous patch. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9686c8110ed08079e0351ba83fef7eb06d711c2d;p=platform%2Fupstream%2Fgcc.git Committed wrong version of previous patch. From-SVN: r90384 --- 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);