Changeset 21257 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- Feb 1, 2009, 11:55:34 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r20117 r21257 1 #ifdef HAVE_CONFIG_H2 #include <config.h>3 #endif4 5 #include <stdio.h>6 #include <string.h>7 #include <pslib.h>8 #include <psmodules.h>9 #include <ppStats.h>10 11 1 #include "ppSub.h" 12 2 … … 28 18 } 29 19 psFree(resolved); 30 }31 32 if (!pmConfigMaskSetBits(NULL, NULL, config)) {33 psError(PS_ERR_UNKNOWN, false, "Unable to determine mask value.");34 return false;35 20 } 36 21 … … 141 126 return false; 142 127 } 143 ppStatsFPA(stats, output->fpa, view, pmConfigMaskGet("MASK.VALUE", config), config); 128 psImageMaskType maskValue = pmConfigMaskGet("MASK.VALUE", config); 129 ppStatsFPA(stats, output->fpa, view, maskValue, config); 144 130 } 145 131
Note:
See TracChangeset
for help on using the changeset viewer.
