diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1998-01-18 12:03:42 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-01-18 12:03:42 -0800 |
commit | 43ad1f80bc893da6a68b093edb93c0f8ad8a1d3b (patch) | |
tree | 363a5642dd0cad798eba1e65952d488ba6b251b0 /gcc | |
parent | 94f09d6b4079723b2116914a6e0300fe6e483d97 (diff) | |
download | gcc-43ad1f80bc893da6a68b093edb93c0f8ad8a1d3b.zip gcc-43ad1f80bc893da6a68b093edb93c0f8ad8a1d3b.tar.gz gcc-43ad1f80bc893da6a68b093edb93c0f8ad8a1d3b.tar.bz2 |
Typo applying the last patch.
From-SVN: r17415
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/runtime/libI77/backspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/runtime/libI77/backspace.c b/gcc/f/runtime/libI77/backspace.c index d12c5ac..b806d1e 100644 --- a/gcc/f/runtime/libI77/backspace.c +++ b/gcc/f/runtime/libI77/backspace.c @@ -47,7 +47,7 @@ integer f_back(alist *a) if(b->ufmt==0) { (void) fseek(b->ufd,-(long)sizeof(uiolen),SEEK_CUR); - (void) fread((char *)&n,sizeof(int),1,b->ufd); + (void) fread((char *)&n,sizeof(uiolen),1,b->ufd); (void) fseek(b->ufd,-(long)n-2*sizeof(uiolen),SEEK_CUR); return(0); } |