Changeset 25910
- Timestamp:
- Oct 21, 2009, 12:44:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/MatchHeaders.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/MatchHeaders.c
r24517 r25910 47 47 } 48 48 49 gfits_scan (headers[i], "EXTTYPE", "%s", 1, exttype);49 if (!gfits_scan (headers[i], "EXTTYPE", "%s", 1, exttype)) continue; 50 50 if (!strcmp (exttype, "SMPDATA")) goto keep; 51 51 if (!strcmp (exttype, "PS1_DEV_0")) goto keep;
Note:
See TracChangeset
for help on using the changeset viewer.
