projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f00597
)
expand ~ in PATHS
author
Christian Grothoff
<christian@grothoff.org>
Tue, 16 Mar 2010 07:49:23 +0000
(07:49 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 16 Mar 2010 07:49:23 +0000
(07:49 +0000)
src/util/configuration.c
patch
|
blob
|
history
diff --git
a/src/util/configuration.c
b/src/util/configuration.c
index 167fd375ae9c4d25377c5e947dd6b056d37286f7..a244d5f011b77a5eabd778a6d69e12a5a0a00c5d 100644
(file)
--- a/
src/util/configuration.c
+++ b/
src/util/configuration.c
@@
-765,9
+765,9
@@
GNUNET_CONFIGURATION_expand_dollar (const struct GNUNET_CONFIGURATION_Handle
orig[i] = '\0';
post = &orig[i + 1];
}
- if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_
string
(cfg,
- "PATHS",
- &orig[1], &prefix))
+ if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_
filename
(cfg,
+
"PATHS",
+
&orig[1], &prefix))
{
if (NULL == (env = getenv (&orig[1])))
{