Attempt to make fish_pager.cpp compile on Linux

This commit is contained in:
ridiculousfish 2012-02-13 14:25:07 -08:00
parent 5ecd350311
commit fc589611e2

View File

@ -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 )