diff options
author | Craig Burley <burley@gnu.org> | 1998-04-27 10:22:25 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-04-27 10:22:25 +0000 |
commit | 515d3c17839c92e67876331a2439ac48206cb4ea (patch) | |
tree | f04a7c175171238eb789c5ca9bffb90393290bd4 | |
parent | 6c58160c115d8880c9f77f4c1d5d99d5fea5f857 (diff) | |
download | gcc-515d3c17839c92e67876331a2439ac48206cb4ea.zip gcc-515d3c17839c92e67876331a2439ac48206cb4ea.tar.gz gcc-515d3c17839c92e67876331a2439ac48206cb4ea.tar.bz2 |
hostnm_.c (G77_hostnm_0): Fix off-by-one error that was trashing the byte just beyond the CHARACTER*(*)...
Sun Apr 26 09:13:41 1998 Craig Burley <burley@gnu.org>
* libU77/hostnm_.c (G77_hostnm_0): Fix off-by-one error
that was trashing the byte just beyond the CHARACTER*(*)
argument.
From-SVN: r19429
-rw-r--r-- | libf2c/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 80d1f88..e9132c0 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,9 @@ +Sun Apr 26 09:13:41 1998 Craig Burley <burley@gnu.org> + + * libU77/hostnm_.c (G77_hostnm_0): Fix off-by-one error + that was trashing the byte just beyond the CHARACTER*(*) + argument. + Wed Mar 4 16:32:46 1998 Craig Burley <burley@gnu.org> * libU77/u77-test.f: Don't bother declaring etime. |