diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-05 18:51:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-05 18:51:32 +0000 |
commit | eb7e0d36e245468c3807679b1caa95ae8f592102 (patch) | |
tree | dc48a4933737d36f5bfcfa36ec90a2ccb079ab2b /Build/source/texk/kpathsea/ChangeLog | |
parent | 33f49ed632b30997a4f61266ebea2d401ad9b065 (diff) |
continue loops with original next element
git-svn-id: svn://tug.org/texlive/trunk@46222 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 1511b4a0621..a57bcff5467 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,10 @@ +2018-01-05 Karl Berry <karl@freefriends.org> + + * pathsearch.c (dir_list_search, dir_list_search_list): save the + next element to continue the loop, in case the + current element floats. Report from Douglas McKenna, + tex-k mail 4 Jan 2018 10:16:18. + 2017-12-27 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * xbasename.c, xdirname.c: Remove IS_KANJI test for UNC names, |