aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-30 18:19:47 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-30 18:52:37 -0700
commit16459099afc4290fe6b2d2776ee003d7f1ff48f2 (patch)
treedaeb7c9a5681d8a2408114340a418206f577e850 /env.cpp
parentfa854d7a0153d6846cb15d1aaa8708e00827a00d (diff)
Make C_ (gettext used in completions) return wcstring
Diffstat (limited to 'env.cpp')
-rw-r--r--env.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/env.cpp b/env.cpp
index fc10e820..99678455 100644
--- a/env.cpp
+++ b/env.cpp
@@ -978,7 +978,6 @@ env_var_t env_get_string(const wcstring &key, env_mode_flags_t mode)
scoped_lock lock(env_lock);
env_node_t *env = search_local ? top : global_env;
- wcstring result;
while (env != NULL)
{