diff options
author | Roy Marples <roy@marples.name> | 2007-09-18 12:20:55 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-18 12:20:55 +0000 |
commit | c8b03c96b7da55de503c8e3cdab8d49d7358dd17 (patch) | |
tree | cf824b6bcc02c221321019c8035445ced4927818 /src/rc.c | |
parent | 807e4afbed9f2802b02f35b738661126e0295bc9 (diff) |
API change! rc_config_env is renamed to rc_make_env and takes no argument.
Diffstat (limited to 'src/rc.c')
-rw-r--r-- | src/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -815,7 +815,7 @@ int main (int argc, char **argv) /* Ensure our environment is pure Also, add our configuration to it */ env = rc_filter_env (); - env = rc_config_env (env); + env = rc_strlist_join (env, rc_make_env ()); if (env) { char *p; |