Changeset 5222
- Timestamp:
- Dec 30, 2015 4:00:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/crypto/math/datatypes.c
r4588 r5222 114 114 115 115 /* truncate string if it would be too long */ 116 if (length > MAX_PRINT_STRING_LEN)116 if (length >= MAX_PRINT_STRING_LEN) 117 117 length = MAX_PRINT_STRING_LEN-1; 118 118
Note: See TracChangeset
for help on using the changeset viewer.