Index: trunk/psphot/src/psphotBlendFit.c
===================================================================
--- trunk/psphot/src/psphotBlendFit.c	(revision 6753)
+++ trunk/psphot/src/psphotBlendFit.c	(revision 6851)
@@ -54,6 +54,6 @@
 	
 	// try fitting PSFs, then try extended sources
-	if (psphotFitBlend (readout, source)) continue;
-	if (psphotFitBlob (readout, source, sources)) continue;
+	if (psphotFitBlend (readout, source, psf)) continue;
+	if (psphotFitBlob (readout, source, sources, psf)) continue;
 
 	psTrace ("psphot.blend", 5, "failed fits\n");
