Patch level :4.0 730
Files correlati : Ricompilazione Demo : [ ] Commento :correzione per new comp git-svn-id: svn://10.65.10.50/trunk@15439 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
685a521ab6
commit
5f2003a97b
@ -103,13 +103,14 @@ void TCodart_mask::create_level(int level, const TString& subcode)
|
|||||||
void TCodart_mask::rebuild()
|
void TCodart_mask::rebuild()
|
||||||
{
|
{
|
||||||
TArray& a = fields_array();
|
TArray& a = fields_array();
|
||||||
for (int i = a.last(); i > 3; i--)
|
int i = 0;
|
||||||
|
for (i = a.last(); i > 3; i--)
|
||||||
a.destroy(i);
|
a.destroy(i);
|
||||||
|
|
||||||
TString8 code = root_code();
|
TString8 code = root_code();
|
||||||
code << get(101);
|
code << get(101);
|
||||||
const TString& children = cache().get("GSA", code, "S1");
|
const TString& children = cache().get("GSA", code, "S1");
|
||||||
for (int i = 0; i < 8; i++)
|
for (i = 0; i < 8; i++)
|
||||||
{
|
{
|
||||||
const TString& subcode = children.mid(i*3, 3);
|
const TString& subcode = children.mid(i*3, 3);
|
||||||
if (subcode.full())
|
if (subcode.full())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user