Incorrect frequent character information in Character Catalog fixed
This commit is contained in:
parent
0b5a6a7016
commit
db391d7023
@ -878,6 +878,7 @@ bool ZRCola::DBSource::GetCharacterGroup(const com_obj<ADORecordset>& rs, chrgrp
|
|||||||
|
|
||||||
{
|
{
|
||||||
cg.chars.clear();
|
cg.chars.clear();
|
||||||
|
cg.show.clear();
|
||||||
com_obj<ADOFields> flds;
|
com_obj<ADOFields> flds;
|
||||||
wxVERIFY(SUCCEEDED(rs_chars->get_Fields(&flds)));
|
wxVERIFY(SUCCEEDED(rs_chars->get_Fields(&flds)));
|
||||||
com_obj<ADOField> f_char, f_show;
|
com_obj<ADOField> f_char, f_show;
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user