Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 2930)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 2931)
@@ -187,6 +187,4 @@
   co.SatRefDatum       = DATUM_ITRF;
 
-  struct ClockOrbit::SatData* sd = 0;
-
   QMapIterator<QString, t_corr*> it(resCorr);
   while (it.hasNext()) {
@@ -194,4 +192,5 @@
     t_corr* corr = it.value();
 
+    struct ClockOrbit::SatData* sd = 0;
     if      (corr->prn[0] == 'G') {
       sd = co.Sat + co.NumberOfGPSSat;
