Skip to content
Snippets Groups Projects
Commit 8a81a0f0 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

Increment tally in tprint also when doterm is true (thanks to...

Increment tally in tprint also when doterm is true (thanks to user202729@protonmail.com). LuaTeX 1.19.4
parent edbeacbc
Branches
Tags
No related merge requests found
2024-12-30 Luigi Scarso <luigi.scarso@gmail.com>
* Increment tally in tprint also when doterm is true (thanks to user202729@protonmail.com).
* LuaTeX 1.19.4
2024-12-30 Luigi Scarso <luigi.scarso@gmail.com>
* Avoid useless 0 beginbfrange endbfrange in pdf
* LuaTeX 1.19.3
......
......@@ -33,8 +33,8 @@
*/
int luatex_version = 119;
int luatex_revision = '3';
const char *luatex_version_string = "1.19.3";
int luatex_revision = '4';
const char *luatex_version_string = "1.19.4";
const char *engine_name = my_name;
#include <kpathsea/c-ctype.h>
......
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7632
#define luatex_svn_revision 7633
#endif
......@@ -527,6 +527,7 @@ void tprint(const char *sss)
}
}
}
tally += i;
if (*buffer) {
buffer[i++] = '\0';
fputs(buffer, term_out);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment