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/pjlib/include/pj/types.h

    r622 r635  
    280280 * Length of object names. 
    281281 */ 
    282 #define PJ_MAX_OBJ_NAME 16 
     282#define PJ_MAX_OBJ_NAME 32 
    283283 
    284284/* ************************************************************************* */ 
Note: See TracChangeset for help on using the changeset viewer.