From b45ea4d28c3c6747867e7326bb7e9727adb786a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Coudert?= Date: Sun, 10 Apr 2005 13:08:12 +0000 Subject: [PATCH] * runtime/environ.c: Correct previous commit for obvious typo. From-SVN: r97947 --- libgfortran/runtime/environ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgfortran/runtime/environ.c b/libgfortran/runtime/environ.c index c1a71cf6eef..1b7fc5f80d2 100644 --- a/libgfortran/runtime/environ.c +++ b/libgfortran/runtime/environ.c @@ -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)},