- Timestamp:
- Dec 31, 2015 1:59:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/crypto/math/datatypes.c
r5222 r5225 114 114 115 115 /* truncate string if it would be too long */ 116 if (length >= MAX_PRINT_STRING_LEN )117 length = MAX_PRINT_STRING_LEN- 1;116 if (length >= MAX_PRINT_STRING_LEN-1) 117 length = MAX_PRINT_STRING_LEN-2; 118 118 119 119 for (i=0; i < length; i+=2) {
Note: See TracChangeset
for help on using the changeset viewer.