summaryrefslogtreecommitdiff
path: root/libgfortran/generated/eoshift3_4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/eoshift3_4.c')
-rw-r--r--libgfortran/generated/eoshift3_4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/eoshift3_4.c b/libgfortran/generated/eoshift3_4.c
index 1fe4e765c82..7e715bebfe5 100644
--- a/libgfortran/generated/eoshift3_4.c
+++ b/libgfortran/generated/eoshift3_4.c
@@ -95,7 +95,7 @@ eoshift3_4 (gfc_array_char *ret, gfc_array_char *array,
int i;
ret->data = internal_malloc_size (size * size0 ((array_t *)array));
- ret->base = 0;
+ ret->offset = 0;
ret->dtype = array->dtype;
for (i = 0; i < GFC_DESCRIPTOR_RANK (array); i++)
{