Skip to content

Commit

Permalink
LuaTeX: Fixed z reset in font size check >=2048pt
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@73768 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
luigiScarso committed Feb 8, 2025
1 parent 3d925ac commit 34030e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion texk/web2c/luatexdir/font/tfmofm.c
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,8 @@ int read_tfm_info(internal_font_number f, const char *cnom, scaled s)
};
snprintf(err, 255, "Font scaled to 2048pt or higher");
tex_error(err, errhelp);
z = sw ;
}
z = sw ;
arith_error = saved_arith_error;
}
set_font_size(f, z);
Expand Down
2 changes: 1 addition & 1 deletion texk/web2c/luatexdir/luatex_svnversion.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7657
#define luatex_svn_revision 7659
#endif

0 comments on commit 34030e1

Please sign in to comment.