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/src/pj/guid_simple.c

    r338 r635  
    3737    static int guid_initialized; 
    3838    static unsigned pid; 
    39     static char str_pid[5]; 
    40     static unsigned char mac_addr[6]; 
    41     static char str_mac_addr[16]; 
     39    static char str_pid[32]; 
     40    static unsigned char mac_addr[32]; 
     41    static char str_mac_addr[32]; 
    4242    static unsigned clock_seq; 
    4343 
Note: See TracChangeset for help on using the changeset viewer.