Skip to content

Commit

Permalink
HiTeX change the wrong subversion error of hinview to a warning
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@67728 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
ruckertm committed Jul 25, 2023
1 parent f5d7036 commit 01750f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified texk/web2c/hitexdir/doc/hiformat.hnt
Binary file not shown.
Binary file modified texk/web2c/hitexdir/doc/hiformat.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions texk/web2c/hitexdir/hiformat.w
Original file line number Diff line number Diff line change
Expand Up @@ -6975,8 +6975,8 @@ bool hcheck_banner(char *magic)
{ MESSAGE("Wrong HINT version: got %d.%d, expected %d.%d\n",
v,s,HINT_VERSION,HINT_SUB_VERSION); return false; }
if (s<HINT_SUB_VERSION)
{ MESSAGE("Wrong HINT subversion: got %d.%d, expected %d.%d\n",
v,s,HINT_VERSION,HINT_SUB_VERSION); return false; }
{ MESSAGE("Old HINT subversion: got %d.%d, expected %d.%d\n",
v,s,HINT_VERSION,HINT_SUB_VERSION); }
else if (s>HINT_SUB_VERSION)
{ MESSAGE("New HINT subversion: got %d.%d, expected %d.%d, update your application\n",
v,s,HINT_VERSION,HINT_SUB_VERSION); }
Expand Down

0 comments on commit 01750f7

Please sign in to comment.