Changeset 19121
- Timestamp:
- Aug 18, 2008, 2:35:27 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigMask.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigMask.c
r19040 r19121 8 8 9 9 #include "pmConfigMask.h" 10 11 12 //#define FORCE_OLD_MASKS // Force old masks to work (at the expense of new masks) 13 10 14 11 15 psMaskType pmConfigMaskGet(const char *masks, const pmConfig *config) … … 80 84 } 81 85 86 #ifdef FORCE_OLD_MASKS 87 return true; 88 #endif 89 82 90 int nMask = psMetadataLookupS32(&status, header, "MSKNUM"); 83 91 if (!status) {
Note:
See TracChangeset
for help on using the changeset viewer.
