Ignore:
Timestamp:
May 3, 2007 1:31:21 PM (17 years ago)
Author:
bennylp
Message:

Implemented ticket #246, #247, #261, #268, #250 for Symbian

File:
1 edited

Legend:

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

    r974 r1246  
    5858 
    5959    strcpy(str->ptr, str_pid); 
    60     sprintf(str->ptr+4, "%04x", clock_seq++); 
    61     pj_memcpy(str->ptr+8, str_mac_addr, 12); 
     60    sprintf(str->ptr+4, "%08x", clock_seq++); 
     61    pj_memcpy(str->ptr+12, str_mac_addr, 8); 
    6262    str->slen = 20; 
    6363 
Note: See TracChangeset for help on using the changeset viewer.