summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/default.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-23 17:24:50 +0000
committerKarl Berry <karl@freefriends.org>2008-05-23 17:24:50 +0000
commit80922a3baa678ee895047bc8afe41dbdc14da759 (patch)
treeb82d659d7fd3dca805a2a091afe41cf27d188fd5 /Build/source/texk/kpathsea/default.h
parent14feebd07e52c39157374566f18d6eda87f06793 (diff)
do not free raw_path value; handle texmf.cnf
git-svn-id: svn://tug.org/texlive/trunk@8304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/default.h')
-rw-r--r--Build/source/texk/kpathsea/default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/default.h b/Build/source/texk/kpathsea/default.h
index 90e9fa6d4ac..75013828bb3 100644
--- a/Build/source/texk/kpathsea/default.h
+++ b/Build/source/texk/kpathsea/default.h
@@ -24,7 +24,7 @@
/* Replace a leading or trailing or doubled : in PATH with DFLT. If
no extra colons, return PATH. Only one extra colon is replaced.
- DFLT may not be NULL. */
+ DFLT may not be NULL. The result is always in new memory. */
extern string kpse_expand_default P2H(const_string path, const_string dflt);