]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* runtime/environ.c: Correct previous commit for obvious typo.
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 10 Apr 2005 13:08:12 +0000 (13:08 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 10 Apr 2005 13:08:12 +0000 (13:08 +0000)
From-SVN: r97947

libgfortran/runtime/environ.c

index c1a71cf6eef223e8da71d6e8697faec24699d266..1b7fc5f80d2272fa3418e1a726daffb0b58dbef4 100644 (file)
@@ -495,7 +495,7 @@ static variable variable_table[] = {
    "Print optional plus signs in numbers where permitted.  Default FALSE."},
 
   {"GFORTRAN_DEFAULT_RECL", DEFAULT_RECL, &options.default_recl,
-   init_integer, show_unsigned_integer,
+   init_unsigned_integer, show_integer,
    "Default maximum record length for sequential files.  Most useful for\n"
    "adjusting line length of preconnected units.  Default "
    stringize (DEFAULT_RECL)},