Attempt to make fish_pager.cpp compile on Linux
This commit is contained in:
parent
5ecd350311
commit
fc589611e2
@ -883,7 +883,7 @@ static void join_completions( wcstring_list_t lst )
|
||||
for( i=0; i<(long)lst.size(); i++ )
|
||||
{
|
||||
const wchar_t *item = lst.at(i).c_str();
|
||||
wchar_t *desc = wcschr( item, COMPLETE_SEP );
|
||||
const wchar_t *desc = wcschr( item, COMPLETE_SEP );
|
||||
long prev_idx;
|
||||
|
||||
if( !desc )
|
||||
|
Loading…
x
Reference in New Issue
Block a user