Changeset 2286 for pjproject/trunk/pjsip/src/test-pjsip/msg_test.c
- Timestamp:
- Sep 16, 2008 5:02:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/msg_test.c
r2039 r2286 126 126 enum { BUFLEN = 512 }; 127 127 128 entry->len = pj_ native_strlen(entry->msg);128 entry->len = pj_ansi_strlen(entry->msg); 129 129 130 130 if (var.flag & FLAG_PARSE_ONLY) … … 673 673 "m=audio 3456 RTP/AVP 0 1 3 99\r\n" 674 674 "a=rtpmap:0 PCMU/8000\r\n"; 675 body->len = pj_ native_strlen((const char*) body->data);675 body->len = pj_ansi_strlen((const char*) body->data); 676 676 body->print_body = &pjsip_print_text_body; 677 677
Note: See TracChangeset
for help on using the changeset viewer.