IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2012, 12:04:20 PM (14 years ago)
Author:
bills
Message:

fix a couple of compile problems due to uninitalized variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/zplot.c

    r34584 r34613  
    33int zplot (int argc, char **argv) {
    44 
    5   char *outname;
     5  char *outname = NULL;
    66  int i, kapa, valid, size;
    77  opihi_flt *out;
     
    9494int zcplot (int argc, char **argv) {
    9595 
    96   char *outname;
     96  char *outname = NULL;
    9797  int i, kapa, valid, size;
    9898  opihi_flt *out;
Note: See TracChangeset for help on using the changeset viewer.