summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tex.ch
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-23 23:39:58 +0000
committerKarl Berry <karl@freefriends.org>2008-03-23 23:39:58 +0000
commit346f174c635d39f3b92ea9dcfc72412420fb0b2d (patch)
tree0bfd7d92c1b4830e920a13b071be2229f4911e56 /Build/source/texk/web2c/tex.ch
parentfa218d57052492e2c5d06aa29a6d8926cefc5041 (diff)
use new routine printcstring rather than fputs, so the new help message ends up in the log
git-svn-id: svn://tug.org/texlive/trunk@7111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tex.ch')
-rw-r--r--Build/source/texk/web2c/tex.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch
index e68ab00c60c..be8ff7b6e0c 100644
--- a/Build/source/texk/web2c/tex.ch
+++ b/Build/source/texk/web2c/tex.ch
@@ -2283,7 +2283,7 @@ var k:0..buf_size; {index into |buffer|}
if e=".tex" then show_context;
@y
if (e=".tex") or (e="") then show_context;
-print_ln; fputs(prompt_file_name_help_msg, stdout);
+print_ln; print_c_string(prompt_file_name_help_msg);
if (e<>"") then
begin
print("; default file extension is `"); print(e); print("'");