* mu_util_dir_expand fix issue #30: wrong use of realpath(3)

This commit is contained in:
Dirk-Jan C. Binnema
2010-12-04 19:08:23 +02:00
parent 46ba5e3a1b
commit 6a3decdc7c
3 changed files with 10 additions and 9 deletions

View File

@ -33,7 +33,8 @@ G_BEGIN_DECLS
gboolean mu_util_init_system (void);
/**
* get the expanded path; ie. perform shell expansion on the path
* get the expanded path; ie. perform shell expansion on the path. the
* path does not have to exist
*
* @param path path to expand
*