Adjusted local index-table - count
This commit is contained in:
@ -90,7 +90,7 @@ namespace CobXmlSupport
|
||||
int indCnt = 0;
|
||||
foreach (KeyValuePair<string, string> tmpInd in locIndexis)
|
||||
{
|
||||
indexStrs[indCnt] = tmpInd.Value;
|
||||
indexStrs[indCnt++] = tmpInd.Value;
|
||||
|
||||
if (qfhInd.Length == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user