- Timestamp:
- Feb 1, 2023, 4:13:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psLib/src/sys/psTrace.c
r26892 r42346 213 213 } 214 214 215 strncpy(name, addNodeName, MAX_COMPONENT_LENGTH);215 ps_strncpy_nowarn(name, addNodeName, MAX_COMPONENT_LENGTH); 216 216 char *pname = name+1; // Take off the period 217 217 // Iterate through the components of addNodeName. Strip off the first
Note:
See TracChangeset
for help on using the changeset viewer.
