Changeset 5693 for pjproject/trunk/pjsip/src/pjsip/sip_multipart.c
- Timestamp:
- Nov 14, 2017 8:20:15 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_multipart.c
r5594 r5693 663 663 if (*(end_body-1) == '\n') 664 664 --end_body; 665 if ( *(end_body-1) == '\r')665 if (end_body > start_body && *(end_body-1) == '\r') 666 666 --end_body; 667 667 }
Note: See TracChangeset
for help on using the changeset viewer.