mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Attempt to make fish_pager.cpp compile on Linux
This commit is contained in:
@@ -883,7 +883,7 @@ static void join_completions( wcstring_list_t lst )
|
|||||||
for( i=0; i<(long)lst.size(); i++ )
|
for( i=0; i<(long)lst.size(); i++ )
|
||||||
{
|
{
|
||||||
const wchar_t *item = lst.at(i).c_str();
|
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;
|
long prev_idx;
|
||||||
|
|
||||||
if( !desc )
|
if( !desc )
|
||||||
|
|||||||
Reference in New Issue
Block a user