Index: trunk/Ohana/src/relphot/src/reload_catalogs.c
===================================================================
--- trunk/Ohana/src/relphot/src/reload_catalogs.c	(revision 38466)
+++ trunk/Ohana/src/relphot/src/reload_catalogs.c	(revision 38470)
@@ -234,14 +234,14 @@
     // MIN_ERROR
     
-    if (VERBOSE)          { strextend (&command, "-v"); }
-    if (VERBOSE2)         { strextend (&command, "-vv"); }
-    if (RESET)            { strextend (&command, "-reset"); }
-    if (RESET_ZEROPTS)    { strextend (&command, "-reset-zpts"); }
-    if (UPDATE)           { strextend (&command, "-update"); }
-    if (IS_DIFF_DB)       { strextend (&command, "-is-diff-db"); }
-    if (!KEEP_UBERCAL)    { strextend (&command, "-reset-ubercal"); }
-    if (UPDATE_CATFORMAT) { strextend (&command, "-update-catformat %s", UPDATE_CATFORMAT); }
-    if (BOUNDARY_TREE)    { strextend (&command, "-boundary-tree %s", BOUNDARY_TREE); }
-    if (SYNTH_ZERO_POINTS) { strextend {&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); }
+    if (VERBOSE)           { strextend (&command, "-v"); }
+    if (VERBOSE2)          { strextend (&command, "-vv"); }
+    if (RESET)             { strextend (&command, "-reset"); }
+    if (RESET_ZEROPTS)     { strextend (&command, "-reset-zpts"); }
+    if (UPDATE)            { strextend (&command, "-update"); }
+    if (IS_DIFF_DB)        { strextend (&command, "-is-diff-db"); }
+    if (!KEEP_UBERCAL)     { strextend (&command, "-reset-ubercal"); }
+    if (UPDATE_CATFORMAT)  { strextend (&command, "-update-catformat %s", UPDATE_CATFORMAT); }
+    if (BOUNDARY_TREE)     { strextend (&command, "-boundary-tree %s", BOUNDARY_TREE); }
+    if (SYNTH_ZERO_POINTS) { strextend (&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); }
 
     // deprecate
Index: trunk/Ohana/src/relphot/src/relphot_objects.c
===================================================================
--- trunk/Ohana/src/relphot/src/relphot_objects.c	(revision 38466)
+++ trunk/Ohana/src/relphot/src/relphot_objects.c	(revision 38470)
@@ -148,11 +148,11 @@
 	      table->hosts[i].hostID, CATDIR, table->hosts[i].pathname, UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax, STATMODE, CAMERA, STAR_TOOFEW, MIN_ERROR);
 
-    if (VERBOSE)       { strextend (&command, "-v"); }
-    if (VERBOSE2)      { strextend (&command, "-vv"); }
-    if (RESET)         { strextend (&command, "-reset"); }
-    if (RESET_ZEROPTS) { strextend (&command, "-reset-zpts"); }
-    if (UPDATE)        { strextend (&command, "-update"); }
-    if (!KEEP_UBERCAL) { strextend (&command, "-reset-ubercal"); }
-    if (SYNTH_ZERO_POINTS) { snprintf (tmpline, 1024, "%s -synthphot-zpts %s", command, SYNTH_ZERO_POINTS); strcpy (command, tmpline); }
+    if (VERBOSE)       	   { strextend (&command, "-v"); }
+    if (VERBOSE2)      	   { strextend (&command, "-vv"); }
+    if (RESET)         	   { strextend (&command, "-reset"); }
+    if (RESET_ZEROPTS) 	   { strextend (&command, "-reset-zpts"); }
+    if (UPDATE)        	   { strextend (&command, "-update"); }
+    if (!KEEP_UBERCAL) 	   { strextend (&command, "-reset-ubercal"); }
+    if (SYNTH_ZERO_POINTS) { strextend (&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); }
 
     // if (SET_MREL_VERSION != 1) { strextend (&command, "-set-mrel-version %d", SET_MREL_VERSION); } 
