summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/ptex-base.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ptex-base.ch')
-rw-r--r--Build/source/texk/web2c/ptexdir/ptex-base.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch
index c62b9ac59c3..215fc411648 100644
--- a/Build/source/texk/web2c/ptexdir/ptex-base.ch
+++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch
@@ -1549,7 +1549,7 @@ if token_type<macro then
begin if (token_type=backed_up)and(loc<>null) then
begin if (link(start)=null)and(check_kanji(info(start))) then {|wchar_token|}
begin cur_input:=input_stack[base_ptr-1];
- s:=get_avail; info(s):=Lo(buffer[loc]);
+ s:=get_avail; info(s):=Lo(info(loc));
cur_input:=input_stack[base_ptr];
link(start):=s;
show_token_list(start,loc,100000);