Ignore:
Timestamp:
Apr 30, 2007 9:03:32 PM (17 years ago)
Author:
bennylp
Message:

Initial Symbian integration to trunk for pjlib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/pool_buf.c

    r974 r1235  
    5858    PJ_UNUSED_ARG(factory); 
    5959 
    60     param = pj_thread_local_get(tls); 
     60    param = (struct creation_param*) pj_thread_local_get(tls); 
    6161    if (param == NULL) { 
    6262        /* Don't assert(), this is normal no-memory situation */ 
Note: See TracChangeset for help on using the changeset viewer.