This commit is contained in:
parent
aaa262218e
commit
a19fb1096a
11 changed files with 195 additions and 92 deletions
|
@ -107,7 +107,10 @@ vector<int> Counts;
|
|||
OutName+="_";
|
||||
OutName+=Name;
|
||||
|
||||
Core->AddInfItem(OutName,Counts[i]);
|
||||
// if (Counts[i])
|
||||
{
|
||||
Core->AddInfItem(OutName,Counts[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue