Ignore:
Timestamp:
Oct 29, 2006 6:13:13 PM (17 years ago)
Author:
bennylp
Message:

Another Symbian commit, ported all PJSIP libraries and sipstateless runs without crashes (still no SIP message though)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/src/pj/guid.c

    r66 r789  
    2222PJ_DEF(void) pj_create_unique_string(pj_pool_t *pool, pj_str_t *str) 
    2323{ 
    24     str->ptr = pj_pool_alloc(pool, PJ_GUID_STRING_LENGTH); 
     24    str->ptr = (char*) pj_pool_alloc(pool, PJ_GUID_STRING_LENGTH); 
    2525    pj_generate_unique_string(str); 
    2626} 
Note: See TracChangeset for help on using the changeset viewer.