From 437cb829fc15a8874bb17cb344dc554518daafc2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 24 May 2019 21:21:45 +0000 Subject: make4ht (24may19) git-svn-id: svn://tug.org/texlive/trunk@51215 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/make4ht/make4ht-dvireader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist/scripts/make4ht/make4ht-dvireader.lua') diff --git a/Master/texmf-dist/scripts/make4ht/make4ht-dvireader.lua b/Master/texmf-dist/scripts/make4ht/make4ht-dvireader.lua index f5988ee96c4..6355650ef43 100755 --- a/Master/texmf-dist/scripts/make4ht/make4ht-dvireader.lua +++ b/Master/texmf-dist/scripts/make4ht/make4ht-dvireader.lua @@ -103,7 +103,7 @@ local function read_opcode(opcode, str, pos) if not format then return nil, "Cannot find opcode format: " .. opcode end -- check that opcode byte in the current position is the same as required opcode local op = read_byte(str, pos) - if op ~= format.opcode then return nil, "Wrong opcode " .. op " at position " .. pos end + if op ~= format.opcode then return nil, "Wrong opcode " .. op .. " at position " .. pos end return read_arguments(str, pos+1, format.args) end -- cgit v1.2.3