Typo applying the last patch.

From-SVN: r17415
This commit is contained in:
Richard Henderson 1998-01-18 12:03:42 -08:00
parent 94f09d6b40
commit 43ad1f80bc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}