Index: trunk/Ohana/src/addstar/src/ReadStarsFITS.c
===================================================================
--- trunk/Ohana/src/addstar/src/ReadStarsFITS.c	(revision 17190)
+++ trunk/Ohana/src/addstar/src/ReadStarsFITS.c	(revision 17191)
@@ -44,8 +44,8 @@
     exit (1);
   }
-  if (*nstars != Nstars) {
-    fprintf (stderr, "WARNING: inconsistent number of stars? %d vs %d\n", *nstars, Nstars);
-  }
-  *nstars = Nstars;
+  // Nstars is not necessarily == *nstars (The former is the number of detections, the
+  // latter are the 'good' detections reported by the photometry system.
+  *nstars = Nstars;
+
   return stars;
 }
