Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other files also modified to use wcstring.

This commit is contained in:
Siteshwar Vashisht
2012-02-19 22:55:15 +05:30
parent d8a9991738
commit 74a7303c23
11 changed files with 44 additions and 50 deletions

View File

@@ -855,7 +855,7 @@ static void tokenize( const wchar_t * const buff, int * const color, const int p
is_cmd |= builtin_exists( cmd );
if( use_function )
is_cmd |= function_exists_no_autoload( cmd.c_str(), vars );
is_cmd |= function_exists_no_autoload( cmd, vars );
/*
Moving on to expensive tests