diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-05-15 02:50:43 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-05-15 02:50:43 +0000 |
commit | f751cdbc44151416e0e7ad3b8d6e55898f2030ef (patch) | |
tree | 229255ef3578d8bf21cd559f6bb28a1b906c6a81 /Build/source/texk/kpathsea/elt-dirs.c | |
parent | 7c7fd723c7ab7cad6a302ebc0560ced54b5d3d41 (diff) |
avoid late declaration.
git-svn-id: svn://tug.org/texlive/trunk@18279 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/elt-dirs.c')
-rw-r--r-- | Build/source/texk/kpathsea/elt-dirs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/elt-dirs.c b/Build/source/texk/kpathsea/elt-dirs.c index 68196d51357..d245e9483ef 100644 --- a/Build/source/texk/kpathsea/elt-dirs.c +++ b/Build/source/texk/kpathsea/elt-dirs.c @@ -185,7 +185,7 @@ do_subdir (kpathsea kpse, str_llist_type *str_list_ptr, const_string elt, not affect the leaf-ness. This is arguably wrong, but the only alternative I know of is to stat every entry in the directory, and that is unacceptably slow. */ - + if (links == 0 || links > 2) /* All criteria are met; find subdirectories. */ do_subdir (kpse, str_list_ptr, FN_STRING (name), |