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

Fix for md5.sumhexa and md5.sumHEXA

parent 744634c7
No related branches found
No related tags found
No related merge requests found
......@@ -1023,6 +1023,10 @@ void lua_initialize(int ac, char **av)
}
/* */
init_tex_table(Luas);
if (lua_only) {
if (load_luatex_core_lua(Luas))
fprintf(stderr, "Error in execution of luatex-core.lua .\n");
}
if (lua_pcall(Luas, 0, 0, 0)) {
fprintf(stdout, "%s\n", lua_tostring(Luas, -1));
lua_traceback(Luas);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment