Changeset 42389 for trunk/Ohana/src/opihi/lib.shell/VectorIO.c
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.shell/VectorIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/opihi/lib.shell/VectorIO.c
r42126 r42389 261 261 memset (endptr, ' ', FT_LINE_LENGTH); 262 262 263 strncpy (endptr, newline, 80);263 strncpy_nowarn (endptr, newline, 80); 264 264 endptr += FT_LINE_LENGTH; 265 265
Note:
See TracChangeset
for help on using the changeset viewer.
