Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 3553)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 3554)
@@ -355,5 +355,5 @@
   while (itCorr.hasNext()) {
     cmbCorr* hlp = itCorr.next();
-    if (hlp->prn == newCorr->prn && hlp->acName == newCorr->prn) {
+    if (hlp->prn == newCorr->prn && hlp->acName == newCorr->acName) {
       existingCorr = hlp;
       break;
