Changeset 24869
- Timestamp:
- Jul 20, 2009, 5:57:10 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDark.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDark.c
r24819 r24869 978 978 // a NULL rule means 'use the name as the single concept' 979 979 const char *rule = psMetadataLookupStr(&mdok, row, PM_DARK_FITS_RULE); 980 if (! strcasecmp(rule, "NONE")) {980 if (!rule || !strcasecmp(rule, "NONE")) { 981 981 ord->rule = NULL; 982 982 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
