aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/environ.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/runtime/environ.c')
-rw-r--r--libgfortran/runtime/environ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/environ.c b/libgfortran/runtime/environ.c
index 02831f1..19d407e 100644
--- a/libgfortran/runtime/environ.c
+++ b/libgfortran/runtime/environ.c
@@ -551,7 +551,7 @@ check_buffered (int n)
return 0;
strcpy (name, "GFORTRAN_UNBUFFERED_");
- strcat (name, itoa (n));
+ strcat (name, gfc_itoa (n));
v.name = name;
v.value = 2;