summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/texfileio.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/texfileio.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/texfileio.w8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/texfileio.w b/Build/source/texk/web2c/luatexdir/tex/texfileio.w
index 5d58acaf587..769dd3bd1c8 100644
--- a/Build/source/texk/web2c/luatexdir/tex/texfileio.w
+++ b/Build/source/texk/web2c/luatexdir/tex/texfileio.w
@@ -19,8 +19,8 @@
@ @c
static const char _svn_version[] =
- "$Id: texfileio.w 4521 2012-12-14 13:54:54Z taco $"
- "$URL: https://foundry.supelec.fr/svn/luatex/tags/beta-0.76.0/source/texk/web2c/luatexdir/tex/texfileio.w $";
+ "$Id: texfileio.w 4722 2014-01-03 09:32:35Z taco $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/texfileio.w $";
#include "ptexlib.h"
@@ -829,8 +829,8 @@ void open_log_file(void)
selector = log_only;
log_opened_global = true;
if (callback_defined(start_run_callback) == 0) {
- /* Print the banner line, including the date and time */
- log_banner(luatex_version_string, luatex_date_info, luatex_svn);
+ /* Print the banner line, including current date and time */
+ log_banner(luatex_version_string, luatex_svn);
input_stack[input_ptr] = cur_input; /* make sure bottom level is in memory */
tprint_nl("**");