Changeset 42378 for trunk/psLib/src/sys/psTrace.c
- Timestamp:
- Feb 8, 2023, 11:51:50 AM (3 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/sys/psTrace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/psLib (added) merged: 42117-42118,42153,42346,42353-42354,42368
- Property svn:mergeinfo changed
-
trunk/psLib/src/sys/psTrace.c
r26892 r42378 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.
