From 5852faa427ec5eb9da88fef4708ff86a52a6c47f Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Thu, 10 Mar 2022 09:22:22 +0000 Subject: hitex.w: binary read tfm git-svn-id: svn://tug.org/texlive/trunk@62581 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/hitexdir/hitex.w | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build') 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; } -- cgit v1.2.3