Skip to content

Commit

Permalink
synchronized texlive 68995.
Browse files Browse the repository at this point in the history
  • Loading branch information
clerkma committed Nov 29, 2023
1 parent c3e2b33 commit 4143ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions texlive/texk/web2c/hitexdir/hitex.w
Original file line number Diff line number Diff line change
Expand Up @@ -10993,9 +10993,9 @@ of string pool space; but that can confuse the interactive `\.E' option.
@p static void start_input(void) /*\TeX\ will \.{\\input} something*/
{@+
scan_file_name(); /*set |cur_name| to desired file name*/
pack_cur_name(".tex");
pack_cur_name("");
loop@+{@+begin_file_reading(); /*set up |cur_file| and new level of input*/
if (a_open_in(&cur_file)) goto done;
if (kpse_in_name_ok((char*)name_of_file+1) && a_open_in(&cur_file)) goto done;
end_file_reading(); /*remove the level that didn't work*/
prompt_file_name("input file name",".tex");
}
Expand Down

0 comments on commit 4143ad6

Please sign in to comment.