diff options
Diffstat (limited to 'Build/source/texk/kpathsea/pathsearch.c')
-rw-r--r-- | Build/source/texk/kpathsea/pathsearch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/pathsearch.c b/Build/source/texk/kpathsea/pathsearch.c index 4bc0b974d29..8d376ab85ab 100644 --- a/Build/source/texk/kpathsea/pathsearch.c +++ b/Build/source/texk/kpathsea/pathsearch.c @@ -343,7 +343,7 @@ search (kpathsea kpse, const_string path, const_string original_name, signature); that we do NOT need time stamp of root directories; and that we do NOT need the write access bit in st_mode. - Note that `kpse_set_progname' needs the EXEC bits, + Note that `kpse_set_program_name' needs the EXEC bits, but it was already called by the time we get here. */ unsigned short save_djgpp_flags = _djstat_flags; @@ -430,7 +430,7 @@ search_list (kpathsea kpse, const_string path, const_string* names, signature); that we do NOT need time stamp of root directories; and that we do NOT need the write access bit in st_mode. - Note that `kpse_set_progname' needs the EXEC bits, + Note that `kpse_set_program_name' needs the EXEC bits, but it was already called by the time we get here. */ unsigned short save_djgpp_flags = _djstat_flags; |