IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15744


Ignore:
Timestamp:
Dec 5, 2007, 4:07:26 PM (18 years ago)
Author:
eugene
Message:

return new subcat, even on errors

File:
1 edited

Legend:

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

    r15743 r15744  
    110110  ALLOCATE (subcat, Catalog, 1);
    111111  dvo_catalog_init (subcat, TRUE);
     112
     113  *Subcat = subcat;
    112114
    113115  /* needed to find the split files below */
     
    148150    return (DVO_CAT_OPEN_FAIL);
    149151  }
    150 
    151   *Subcat = subcat;
    152152  return (DVO_CAT_OPEN_OK);
    153153}
Note: See TracChangeset for help on using the changeset viewer.