IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10796


Ignore:
Timestamp:
Dec 17, 2006, 12:00:05 AM (20 years ago)
Author:
eugene
Message:

init catalog to avoid segfault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/avextract.c

    r8455 r10796  
    1313
    1414  /* defaults */
    15   catalog.average = NULL;
    16   catalog.secfilt = NULL;
    17   catalog.measure = NULL;
     15  skylist = NULL;
    1816  RegionName = NULL;
    1917  RegionList = NULL;
    20   skylist = NULL;
    2118  code = NULL;
    2219  mode = MAG_AVE;
     20  dvo_catalog_init (&catalog, TRUE);
    2321
    2422  /* load photcode information */
Note: See TracChangeset for help on using the changeset viewer.