IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16773


Ignore:
Timestamp:
Mar 1, 2008, 9:28:28 AM (18 years ago)
Author:
eugene
Message:

test for exising exttype before SDSS test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080223/Ohana/src/addstar/src/LoadStars.c

    r16698 r16773  
    8181    }
    8282
    83     if (!strcmp (headerSets[0].exttype, "SDSS_OBJ")) {
     83    if (headerSets[0].exttype && !strcmp (headerSets[0].exttype, "SDSS_OBJ")) {
    8484      LoadDataSDSS (f, file[i], images, Nimages, &stars, Nstars, headers, extsize, headerSets, NheaderSets);
    8585      continue;
Note: See TracChangeset for help on using the changeset viewer.