diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-10-29 09:20:26 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-10-29 09:20:26 +0000 |
commit | 96af64a7dcb8fb2683f3006f3129fb50e6949fa1 (patch) | |
tree | 1bce4ad0a9bc1c58a2741ae0f44ff60cc377ff0f /Build/source/texk/web2c | |
parent | 257929fce90e8b8049bd9893c4834635ecd7a22a (diff) |
typo in w32 code in errors.c
git-svn-id: svn://tug.org/texlive/trunk@56795 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/errors.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/errors.c b/Build/source/texk/web2c/luatexdir/tex/errors.c index 0c8f564236e..19be6570379 100644 --- a/Build/source/texk/web2c/luatexdir/tex/errors.c +++ b/Build/source/texk/web2c/luatexdir/tex/errors.c @@ -398,8 +398,9 @@ static void luatex_calledit (int baseptr, int linenumber) strcat(fullcmd, "\""); strcat(fullcmd, command); } -#endif +#else fullcmd = command; +#endif /*tex Execute the command. */ if (system (fullcmd) != 0) { fprintf (stderr, "! Trouble executing `%s'.\n", command); |