diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-03 16:25:04 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-03 16:25:04 +0000 |
commit | c002f3034beba9b6581c29d03690833bfcadf6af (patch) | |
tree | 28e29131fba2a7391f53facf33b0351ecf33976e /Build/source | |
parent | fe9a476feb2183227f8c251a3c9a5b5c10f6dfcf (diff) |
fix missing initialization in get_strings_started
git-svn-id: svn://tug.org/texlive/trunk@3127 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex-new.ch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex-new.ch b/Build/source/texk/web2c/xetexdir/xetex-new.ch index 66cc3f57c14..2b6f69f1f5f 100644 --- a/Build/source/texk/web2c/xetexdir/xetex-new.ch +++ b/Build/source/texk/web2c/xetexdir/xetex-new.ch @@ -307,7 +307,7 @@ else begin @x begin pool_ptr:=0; str_ptr:=0; str_start[0]:=0; @y -begin pool_ptr:=0; str_ptr:=0; {str_start_macro(0):=0;} +begin pool_ptr:=0; str_ptr:=0; @z @x @@ -333,6 +333,7 @@ for k:=0 to 255 do @y begin str_ptr:=too_big_char; +str_start_macro(str_ptr):=pool_ptr; end @z |