diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-03-08 14:08:14 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-03-08 14:08:14 +0000 |
commit | dd7800396fbf08c2385608316ffa46f096ae12f6 (patch) | |
tree | a54daff2af0df9280f1ce4434c70236b3cfeb027 /Build/source/texk/web2c/ptexdir/ptex-base.ch | |
parent | a4e2778e724aedb8554d8280674d675591d7386f (diff) |
fix a long-remained bug in show_context
git-svn-id: svn://tug.org/texlive/trunk@25581 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ptex-base.ch')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptex-base.ch | 2 |
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); |