texlive[62581] Build/source/texk/web2c/hitexdir/hitex.w: hitex.w:

commits+kakuto at tug.org commits+kakuto at tug.org
Thu Mar 10 10:22:23 CET 2022


Revision: 62581
          http://tug.org/svn/texlive?view=revision&revision=62581
Author:   kakuto
Date:     2022-03-10 10:22:22 +0100 (Thu, 10 Mar 2022)
Log Message:
-----------
hitex.w: binary read tfm

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/hitexdir/hitex.w

Modified: trunk/Build/source/texk/web2c/hitexdir/hitex.w
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/hitex.w	2022-03-10 04:34:13 UTC (rev 62580)
+++ trunk/Build/source/texk/web2c/hitexdir/hitex.w	2022-03-10 09:22:22 UTC (rev 62581)
@@ -906,7 +906,7 @@
 }
 
 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;
 }



More information about the tex-live-commits mailing list.