Changeset 14309
- Timestamp:
- Jul 18, 2007, 4:02:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubArguments.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubArguments.c
r14299 r14309 277 277 } else if (strcasecmp(type, "FRIES") == 0) { 278 278 kernelType = PM_SUBTRACTION_KERNEL_FRIES; 279 } else if (strcasecmp(type, "GUNK") == 0) { 280 kernelType = PM_SUBTRACTION_KERNEL_GUNK; 279 281 } else { 280 282 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Unrecognised kernel type: %s", type);
Note:
See TracChangeset
for help on using the changeset viewer.
