Changeset 42347
- Timestamp:
- Feb 1, 2023, 4:13:45 PM (3 years ago)
- Location:
- branches/eam_branches/ipp-20220316/psModules/src
- Files:
-
- 2 edited
-
detrend/pmDark.c (modified) (1 diff)
-
extras/pmVisualUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psModules/src/detrend/pmDark.c
r40454 r42347 129 129 } else { 130 130 if (!ordinateParseConcept(value, readout, name)) { 131 psError(PM_ERR_CONFIG, false, "trouble parsing rule %s for DARK.ORDINATE %s", rule, name);131 psError(PM_ERR_CONFIG, false, "trouble parsing rule %s for DARK.ORDINATE %s", "NULL", name); 132 132 return false; 133 133 } -
branches/eam_branches/ipp-20220316/psModules/src/extras/pmVisualUtils.c
r34085 r42347 222 222 } 223 223 224 strncpy(name, addNodeName, MAX_COMPONENT_LENGTH);224 ps_strncpy_nowarn(name, addNodeName, MAX_COMPONENT_LENGTH); 225 225 char *pname = name+1; // Take off the period 226 226 // Iterate through the components of addNodeName. Strip off the first
Note:
See TracChangeset
for help on using the changeset viewer.
