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

Fixed wrong initialization of startup_filename (thanks to Wang Weixuan).

parent 60b18b55
Branches
Tags
No related merge requests found
......@@ -387,7 +387,7 @@ static void parse_options(int ac, char **av)
lua_offset = optind;
luainit = 1;
} else if (ARGUMENT_IS("lua")) {
startup_filename = optarg;
startup_filename = xstrdup(optarg);
lua_offset = (optind - 1);
luainit = 1;
#ifdef LuajitTeX
......
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7615
#define luatex_svn_revision 7616
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment