IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25910


Ignore:
Timestamp:
Oct 21, 2009, 12:44:30 PM (17 years ago)
Author:
eugene
Message:

correctly skip extentions without EXTTYPE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/MatchHeaders.c

    r24517 r25910  
    4747    }
    4848
    49     gfits_scan (headers[i], "EXTTYPE", "%s", 1, exttype);
     49    if (!gfits_scan (headers[i], "EXTTYPE", "%s", 1, exttype)) continue;
    5050    if (!strcmp (exttype, "SMPDATA")) goto keep;
    5151    if (!strcmp (exttype, "PS1_DEV_0")) goto keep;
Note: See TracChangeset for help on using the changeset viewer.