summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-18 20:03:42 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-18 20:03:42 +0000
commit168810a8862eb6ed8b9b1bcc2196714102dfb822 (patch)
tree363a5642dd0cad798eba1e65952d488ba6b251b0 /gcc
parent952c1653ffeb6623edb885592a315f872ff632df (diff)
downloadppe42-gcc-168810a8862eb6ed8b9b1bcc2196714102dfb822.tar.gz
ppe42-gcc-168810a8862eb6ed8b9b1bcc2196714102dfb822.zip
Typo applying the last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17415 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/runtime/libI77/backspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/runtime/libI77/backspace.c b/gcc/f/runtime/libI77/backspace.c
index d12c5ac7ba8..b806d1ec49d 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);
}
OpenPOWER on IntegriCloud