Index: trunk/psphot/src/psphotBlendFit.c
===================================================================
--- trunk/psphot/src/psphotBlendFit.c	(revision 5993)
+++ trunk/psphot/src/psphotBlendFit.c	(revision 6056)
@@ -2,5 +2,5 @@
 
 // XXX I don't like this name
-bool psphotBlendFit (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) { 
+bool psphotBlendFit (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) { 
 
     psTimerStart ("psphot");
@@ -30,6 +30,6 @@
 	psTrace ("psphot.blend", 5, "trying source at %f, %f\n", source->moments->x, source->moments->y);
 
-	if (psphotFitBlend (imdata, source)) continue;
-	if (psphotFitBlob (imdata, source, sources)) continue;
+	if (psphotFitBlend (readout, source)) continue;
+	if (psphotFitBlob (readout, source, sources)) continue;
 
 	psTrace ("psphot.blend", 5, "failed fits\n");
