summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/common.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-30 18:59:26 +0000
committerKarl Berry <karl@freefriends.org>2018-12-30 18:59:26 +0000
commitb7210cde3ac28a3b64b4b5e3c12d068d6538405a (patch)
treef8166a6844b7dd7d4c4ad3c3e26b7a4b0fd6f36a /Build/source/texk/web2c/cwebdir/common.c
parent78bb048ea070cccf7747859a6d0a3528f20b1ee7 (diff)
move direct %s fixes to change files (from andreas)
git-svn-id: svn://tug.org/texlive/trunk@49537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/common.c')
-rw-r--r--Build/source/texk/web2c/cwebdir/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/common.c b/Build/source/texk/web2c/cwebdir/common.c
index 25bd81007a2..2bf7a9d4a81 100644
--- a/Build/source/texk/web2c/cwebdir/common.c
+++ b/Build/source/texk/web2c/cwebdir/common.c
@@ -1063,7 +1063,7 @@ void
fatal(s,t)
char*s,*t;
{
-if(*s)printf("%s",s);
+if(*s)printf(s);
err_print(t);
history= fatal_message;exit(wrap_up());
}