mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 05:41:14 -03:00
Fixed a crash doing completion of commands
This commit is contained in:
@@ -266,11 +266,11 @@ static int wildcard_complete_internal( const wchar_t *orig,
|
||||
|
||||
}
|
||||
|
||||
if( out_completion )
|
||||
if(out_completion)
|
||||
{
|
||||
completion_allocate( out,
|
||||
out_completion,
|
||||
out_desc,
|
||||
out_desc ? out_desc : L"",
|
||||
flags );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user