Index: /trunk/BNC/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/combination/bnccomb.cpp	(revision 3029)
+++ /trunk/BNC/combination/bnccomb.cpp	(revision 3030)
@@ -116,4 +116,5 @@
   int nextPar = 0;
   QMapIterator<QString, cmbAC*> it(_ACs);
+  it.next(); // skip first AC
   while (it.hasNext()) {
     it.next();
@@ -122,4 +123,5 @@
   }
   it.toFront();
+  it.next();
   while (it.hasNext()) {
     it.next();
