IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2015, 10:12:31 AM (11 years ago)
Author:
eugene
Message:

make sure the full catalog structure is initialized before calling dvo_catalog_open

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/dvo_util.c

    r38441 r38471  
    206206      /* lock, load, unlock catalog */
    207207      Catalog catalog;
     208
     209      dvo_catalog_init (&catalog, TRUE);
    208210      catalog.filename = skylist->filename[reg];
    209211      catalog.catflags = GetMeasures ? DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_SECFILT : DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT;
Note: See TracChangeset for help on using the changeset viewer.