mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
bug fix #15. skip last token
При отображении токенов конфигурации, последний токен не отображался.
This commit is contained in:
parent
2734a746a9
commit
b2db84d54f
1 changed files with 4 additions and 0 deletions
|
|
@ -240,6 +240,10 @@ pgObject *pgTextSearchConfigurationFactory::CreateObjects(pgCollection *collecti
|
|||
|
||||
maps->MoveNext();
|
||||
}
|
||||
if (tokenToAdd.Length() > 0 )
|
||||
{
|
||||
config->GetTokens().Add(tokenToAdd);
|
||||
}
|
||||
|
||||
delete maps;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue