From e8386671e9408e3e71d63a518a5d8851689c3e7c Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 6 Nov 2014 11:03:09 +0000 Subject: texk/web2c: Bug fix: Add stringcast in order not to print strings as numbers git-svn-id: svn://tug.org/texlive/trunk@35526 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/vftovp.ch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/vftovp.ch') diff --git a/Build/source/texk/web2c/vftovp.ch b/Build/source/texk/web2c/vftovp.ch index 3c94bf4d57b..aeb507bab08 100644 --- a/Build/source/texk/web2c/vftovp.ch +++ b/Build/source/texk/web2c/vftovp.ch @@ -577,7 +577,7 @@ begin else if strcmp (optarg, 'octal') = 0 then charcode_format := charcode_octal else - print_ln ('Bad character code format', optarg, '.'); + print_ln ('Bad character code format', stringcast(optarg), '.'); end; {Else it was a flag; |getopt| has already done the assignment.} until getopt_return_val = -1; -- cgit v1.2.3