Changeset 41171 for trunk/psLib/src/sys/psString.c
- Timestamp:
- Nov 27, 2019, 11:57:38 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.c
r40551 r41171 107 107 108 108 // Check the number of characters to copy is non-negative 109 // XXX need to limit nChar to < memtotal 109 110 if (nChar < 0) { 110 111 // Log error message and return NULL
Note:
See TracChangeset
for help on using the changeset viewer.
