IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2005, 2:37:39 PM (21 years ago)
Author:
eugene
Message:

changed load_catalog to take the mode from the catalog structure rather than as an argument

File:
1 edited

Legend:

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

    r5014 r5320  
    321321        continue;
    322322      }
    323       if (!load_catalog (&catalog, LOAD_AVES, TRUE)) {
     323      catalog.catflags = LOAD_AVES;
     324      if (!load_catalog (&catalog, TRUE)) {
    324325        unlock_catalog (&catalog);
    325326        continue;
Note: See TracChangeset for help on using the changeset viewer.