Modified env_get_string() to accept wcstring instead of wchar_t*.

This commit is contained in:
Siteshwar Vashisht
2012-02-24 00:55:46 +05:30
parent 2ae56564ef
commit 8232857d07
9 changed files with 14 additions and 17 deletions

View File

@@ -316,7 +316,7 @@ static void print_variables(int include_values, int esc, int scope)
if( include_values )
{
env_var_t value = env_get_string(key.c_str());
env_var_t value = env_get_string(key);
if( !value.missing() )
{
int shorten = 0;