Enhanced directory detection in a way we don't actually need yet

This commit is contained in:
ridiculousfish
2012-02-17 18:08:08 -08:00
parent ac0b97a571
commit 1bedc16544
4 changed files with 19 additions and 14 deletions

View File

@@ -658,7 +658,7 @@ wchar_t *tok_first( const wchar_t *str )
CHECK( str, 0 );
tok_init( &t, str, 0 );
tok_init( &t, str, TOK_SQUASH_ERRORS);
switch( tok_last_type( &t ) )
{