diff options
Diffstat (limited to 'Build/source/texk/kpathsea/elt-dirs.c')
-rw-r--r-- | Build/source/texk/kpathsea/elt-dirs.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/elt-dirs.c b/Build/source/texk/kpathsea/elt-dirs.c index 415de99753b..a8711cb0198 100644 --- a/Build/source/texk/kpathsea/elt-dirs.c +++ b/Build/source/texk/kpathsea/elt-dirs.c @@ -1,6 +1,6 @@ -/* elt-dirs.C: Translate a path element to its corresponding director{y,ies}. +/* elt-dirs.c: Translate a path element to its corresponding director{y,ies}. - Copyright 1993, 1994, 1995, 1996, 1997, 2008 Karl Berry. + Copyright 1993, 1994, 1995, 1996, 1997, 2008, 2009 Karl Berry. Copyright 1997, 1998, 1999, 2000, 2005 Olaf Weber. This library is free software; you can redistribute it and/or @@ -176,7 +176,7 @@ do_subdir (kpathsea kpse, str_llist_type *str_list_ptr, const_string elt, name here, we just have a path spec. This means we may descend into a leaf directory cm/pk, if the spec is ...fonts//pk//. */ - expand_elt (kpse, str_list_ptr, FN_STRING (name), potential_len); + expand_elt (kpse, str_list_ptr, FN_STRING (name), potential_len); fn_shrink_to (&name, potential_len); } /* Should we recurse? To see if the subdirectory is a @@ -254,7 +254,8 @@ do_subdir (kpathsea kpse, str_llist_type *str_list_ptr, const_string elt, name here, we just have a path spec. This means we may descend into a leaf directory cm/pk, if the spec is ...fonts//pk//. */ - expand_elt (kpse, str_list_ptr, FN_STRING (name), potential_len); + expand_elt (kpse, str_list_ptr, FN_STRING (name), + potential_len); fn_shrink_to (&name, potential_len); } @@ -482,7 +483,7 @@ main () print_element_dirs (".//archive"); /* ./ ./archive/ */ #ifdef AMIGA print_element_dirs ("TeXMF:AmiWeb2c/texmf/fonts//"); /* lots */ - print_element_dirs ("TeXMF:AmiWeb2c/share/texmf/fonts//bakoma"); /* just one */ + print_element_dirs ("TeXMF:AmiWeb2c/share/texmf/fonts//bakoma"); /*just one*/ print_element_dirs ("TeXMF:AmiWeb2c/texmf/fonts//"); /* lots again [cache] */ print_element_dirs ("TeXMF:"); /* TeXMF: */ print_element_dirs ("TeXMF:/"); /* TeXMF: and all subdirs */ |