Adjusted local index-table - count

This commit is contained in:
2014-12-06 08:40:58 +01:00
parent 28239d2b53
commit 9b4f39834f

View File

@ -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)
{