Index: trunk/psphot/src/psphotRoughClass.c
===================================================================
--- trunk/psphot/src/psphotRoughClass.c	(revision 6320)
+++ trunk/psphot/src/psphotRoughClass.c	(revision 6379)
@@ -15,5 +15,5 @@
     psphotDumpMoments (config, sources);
 
-    char *breakPt = psMetadataLookupPtr (&status, config, "BREAK_POINT");
+    char *breakPt = psMetadataLookupStr (&status, config, "BREAK_POINT");
     if (!strcasecmp (breakPt, "CLASS")) exit (0);
 
