Index: trunk/ppSub/src/ppSubReadoutPhotometry.c
===================================================================
--- trunk/ppSub/src/ppSubReadoutPhotometry.c	(revision 31449)
+++ trunk/ppSub/src/ppSubReadoutPhotometry.c	(revision 32822)
@@ -92,6 +92,6 @@
     // detections in the wings (or cores) of bright(er) stars found in both images.
     // flag detections based on their distance from the bright(er) input sources.
-    bool matchRef = !strcasecmp(name, "PPSUB.INVERSE");
-    ppSubFlagNeighbors (config, view, sources, matchRef);
+    bool subInverse = !strcasecmp(name, "PPSUB.INVERSE");
+    ppSubFlagNeighbors (config, view, sources, subInverse);
 
     if (data->stats) {
