Rewrite small amount of code in parameter expansion to use wide character strings, not narrow

darcs-hash:20060521214601-ac50b-bb3937f5abd2780a7ecf8ab13975a0f6b622323f.gz
This commit is contained in:
axel
2006-05-22 07:46:01 +10:00
parent df5cc6f858
commit 07e14ed7a8
2 changed files with 30 additions and 39 deletions

View File

@@ -2711,7 +2711,7 @@ int parser_test_args(const wchar_t * buff,
current_tokenizer_pos = tok_get_pos( &tok );
switch( tok_last_type( &tok ) )
{
case TOK_STRING:
{
err |= parser_test_argument( tok_last( &tok ), babble );