Fix crash in tab completion code when completing an imcomplete backsalsh escape

darcs-hash:20070126171413-ac50b-a9338dc73863381f2b22e09fb8b5e711f64b8f29.gz
This commit is contained in:
axel
2007-01-27 03:14:13 +10:00
parent cfecb58bb6
commit 85d069c106
5 changed files with 46 additions and 39 deletions

View File

@@ -492,9 +492,6 @@ void parse_util_token_extent( const wchar_t *buff,
{
a = begin + tok_get_pos( &tok );
b = a + wcslen(tok_last(&tok));
// fwprintf( stderr, L"Whee %ls\n", *a );
break;
}