IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32370


Ignore:
Timestamp:
Sep 7, 2011, 3:17:05 PM (15 years ago)
Author:
bills
Message:

avoid uninitialized options. (segv resulted if -stage was not supplied)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampOptions.c

    r29885 r32370  
    2828    options->roip.dDEC = 0;
    2929    options->chipName  = NULL;
     30    options->cellName  = NULL;
     31    options->stage  = NULL;
    3032    options->censorMasked = true;
    3133
Note: See TracChangeset for help on using the changeset viewer.