OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2005-06-28 Thomas Koenig <Thomas.Koenig@online.de>
[pf3gnuchains/gcc-fork.git]
/
libgfortran
/
m4
/
eoshift1.m4
diff --git
a/libgfortran/m4/eoshift1.m4
b/libgfortran/m4/eoshift1.m4
index
1d13f48
..
906687a
100644
(file)
--- a/
libgfortran/m4/eoshift1.m4
+++ b/
libgfortran/m4/eoshift1.m4
@@
-136,7
+136,7
@@
eoshift1_`'atype_kind (gfc_array_char *ret,
rstride[n] = ret->dim[dim].stride * size;
sstride[n] = array->dim[dim].stride * size;
- hstride[n] = h->dim[n].stride;
+ hstride[n] = h->dim[n].stride
* size
;
n++;
}
}