mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
Modified env_get_string() to accept wcstring instead of wchar_t*.
This commit is contained in:
@@ -1422,7 +1422,7 @@ static int complete_variable( const wchar_t *whole_var,
|
||||
|
||||
if( match || match_no_case )
|
||||
{
|
||||
const env_var_t value_unescaped = env_get_string( env_name.c_str() );
|
||||
const env_var_t value_unescaped = env_get_string( env_name );
|
||||
if( !value_unescaped.missing() )
|
||||
{
|
||||
wcstring comp;
|
||||
|
||||
Reference in New Issue
Block a user