Changeset 1661 for pjproject/trunk/pjlib/src/pj/sock_bsd.c
- Timestamp:
- Jan 4, 2008 5:56:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/sock_bsd.c
r1621 r1661 362 362 #if PJ_NATIVE_STRING_IS_UNICODE 363 363 rc = WSAAddressToString((LPSOCKADDR)&sock_addr, addr_len, 364 NULL, wtempaddr, addr_str_len);364 NULL, wtempaddr, &addr_str_len); 365 365 if (rc == 0) { 366 366 pj_unicode_to_ansi(wtempaddr, wcslen(wtempaddr), dst, size);
Note: See TracChangeset
for help on using the changeset viewer.