mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
Modified env_get_string() to accept wcstring instead of wchar_t*.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user