Changeset 28967
- Timestamp:
- Aug 19, 2010, 3:13:08 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/ConfigInit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/ConfigInit.c
r28214 r28967 212 212 } 213 213 214 /* get detection filtering mask */ 215 if(!ScanConfig (config, "DETECTIONFILTER", "%d", 0, &options.detectionFilter)) { 216 options.detectionFilter = 0; 217 fprintf (stderr, "Could not find 'DETECTIONFILTER' in config, using '%x'\n", options.detectionFilter); 218 } 219 214 220 free (config); 215 221 free (file);
Note:
See TracChangeset
for help on using the changeset viewer.
