Incorrect frequent character information in Character Catalog fixed

This commit is contained in:
Simon Rozman 2016-10-18 13:36:35 +02:00
parent 0b5a6a7016
commit db391d7023
2 changed files with 1 additions and 0 deletions

View File

@ -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.