diff options
Diffstat (limited to 'Build/source/texk/web2c/omegaware/otangle.ch')
-rw-r--r-- | Build/source/texk/web2c/omegaware/otangle.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/omegaware/otangle.ch b/Build/source/texk/web2c/omegaware/otangle.ch index 31c2fd35710..ec6437a3a6a 100644 --- a/Build/source/texk/web2c/omegaware/otangle.ch +++ b/Build/source/texk/web2c/omegaware/otangle.ch @@ -151,8 +151,8 @@ certain file will appear on the user's terminal. @x [24] open input files begin reset(web_file); reset(change_file); @y -begin reset(web_file, web_name); -if chg_name then reset(change_file, chg_name); +begin web_file := kpse_open_file(web_name, kpse_web_format); +if chg_name then change_file := kpse_open_file(chg_name, kpse_web_format); @z @x [26] Open output files (except for the pool file). |