From 9b4f39834f2a56bced4d44154a77ab1637693fe9 Mon Sep 17 00:00:00 2001 From: tfoman Date: Sat, 6 Dec 2014 08:40:58 +0100 Subject: [PATCH] Adjusted local index-table - count --- CobXmlSupport/qualifieldhlp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CobXmlSupport/qualifieldhlp.cs b/CobXmlSupport/qualifieldhlp.cs index ea60c8a..065ff00 100644 --- a/CobXmlSupport/qualifieldhlp.cs +++ b/CobXmlSupport/qualifieldhlp.cs @@ -90,7 +90,7 @@ namespace CobXmlSupport int indCnt = 0; foreach (KeyValuePair tmpInd in locIndexis) { - indexStrs[indCnt] = tmpInd.Value; + indexStrs[indCnt++] = tmpInd.Value; if (qfhInd.Length == 0) {