Index: trunk/Ohana/src/opihi/cmd.astro/cplot.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/cplot.c	(revision 34599)
+++ trunk/Ohana/src/opihi/cmd.astro/cplot.c	(revision 34613)
@@ -3,5 +3,5 @@
 int cplot (int argc, char **argv) {
   
-  double ra_prev;
+  double ra_prev = 0;
   int i, kapa, Npts, status, leftside;
   opihi_flt *x, *y, *r, *d, Rmin, Rmax, Rmid;
Index: trunk/Ohana/src/opihi/cmd.data/zplot.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/zplot.c	(revision 34599)
+++ trunk/Ohana/src/opihi/cmd.data/zplot.c	(revision 34613)
@@ -3,5 +3,5 @@
 int zplot (int argc, char **argv) {
   
-  char *outname;
+  char *outname = NULL;
   int i, kapa, valid, size;
   opihi_flt *out;
@@ -94,5 +94,5 @@
 int zcplot (int argc, char **argv) {
   
-  char *outname;
+  char *outname = NULL;
   int i, kapa, valid, size;
   opihi_flt *out;
