Ignore:
Timestamp:
Jul 29, 2006 8:29:24 PM (18 years ago)
Author:
bennylp
Message:

Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 chars (from 16), and check all those sprintf's especially the ones with "%p" format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r629 r635  
    12761276        int rem_port; 
    12771277        const char *dir; 
    1278         char last_update[40]; 
    1279         char packets[16], bytes[16], ipbytes[16]; 
     1278        char last_update[64]; 
     1279        char packets[32], bytes[32], ipbytes[32]; 
    12801280        pj_time_val now; 
    12811281 
Note: See TracChangeset for help on using the changeset viewer.