Ignore:
Timestamp:
Oct 21, 2010 2:22:41 AM (14 years ago)
Author:
bennylp
Message:

Misc (re #1134): fixed compilation error in python module due to last change in session timer field from require_timer to use_timer. Thanks Beau Gunderson for the patch!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/python/_pjsua.c

    r3010 r3352  
    21842184 
    21852185    status = pjsua_im_send(acc_id, &to, mime_type, &content,  
    2186                            &msg_data, (void *)user_data); 
     2186                           &msg_data, (void*)(long)user_data); 
    21872187    if (pool) 
    21882188        pj_pool_release(pool); 
     
    37113711     
    37123712    status = pjsua_call_send_im(call_id, mime_type, &content,  
    3713                                 &msg_data, (void *)user_data); 
     3713                                &msg_data, (void*)(long)user_data); 
    37143714 
    37153715    if (pool) 
Note: See TracChangeset for help on using the changeset viewer.