Index: /trunk/Ohana/src/relphot/src/SetSignals.c
===================================================================
--- /trunk/Ohana/src/relphot/src/SetSignals.c	(revision 29753)
+++ /trunk/Ohana/src/relphot/src/SetSignals.c	(revision 29754)
@@ -15,10 +15,10 @@
       return;
     }
-    Shutdown ("halted by signal (trapped)");
+    Shutdown ("%s","halted by signal (trapped)");
 }    
 
 void SetProtect (int mode) {
   Protect = mode;
-  if (Trapped && !Protect) Shutdown ("halted by signal (protect)");
+  if (Trapped && !Protect) Shutdown ("%s","halted by signal (protect)");
 }
 
Index: /trunk/Ohana/src/relphot/src/load_catalogs.c
===================================================================
--- /trunk/Ohana/src/relphot/src/load_catalogs.c	(revision 29753)
+++ /trunk/Ohana/src/relphot/src/load_catalogs.c	(revision 29754)
@@ -47,7 +47,6 @@
 
   fprintf (stderr, "using %d of %d stars (%d of %d measurements)\n", Nstar, Nstar_total, Nmeas, Nmeas_total);
-  if (Nstar < 1) {
-      Shutdown ("ERROR: no stars match the minimum requirements; exiting\n");
-  }
+  if (Nstar < 1) Shutdown ("%s", "ERROR: no stars match the minimum requirements; exiting \n");
+   
 
   // XXX consider only returning the populated catalogs
