summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-03-10 09:22:22 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-03-10 09:22:22 +0000
commit5852faa427ec5eb9da88fef4708ff86a52a6c47f (patch)
tree38826fcb2c973635f4862329170006b8fda57390 /Build
parentb326bfefd1f55bc631d133d7abcece5548fcebb9 (diff)
hitex.w: binary read tfm
git-svn-id: svn://tug.org/texlive/trunk@62581 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/hitexdir/hitex.w2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/hitexdir/hitex.w b/Build/source/texk/web2c/hitexdir/hitex.w
index 049ee51c731..00787517899 100644
--- a/Build/source/texk/web2c/hitexdir/hitex.w
+++ b/Build/source/texk/web2c/hitexdir/hitex.w
@@ -906,7 +906,7 @@ static bool a_open_in(alpha_file *f) /*open a text file for input*/
}
static bool b_open_in(byte_file *f) /*open a binary file for input*/
-{@+f->f= open_in((char *)name_of_file+1,kpse_tfm_format,"r");
+{@+f->f= open_in((char *)name_of_file+1,kpse_tfm_format,"rb");
if (f->f!=NULL) get(*f);
return f->f!=NULL && ferror(f->f)==0;
}