Ignore:
Timestamp:
Mar 10, 2006 12:57:12 PM (18 years ago)
Author:
bennylp
Message:

Fixed compilation and run warnings/errors with MSVC 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_auth_client.c

    r141 r315  
    229229        cred->qop = pjsip_AUTH_STR; 
    230230        cred->nc.ptr = pj_pool_alloc(pool, 16); 
    231         pj_snprintf(cred->nc.ptr, 16, "%06u", nc); 
     231        pj_ansi_snprintf(cred->nc.ptr, 16, "%06u", nc); 
    232232 
    233233        if (cnonce && cnonce->slen) { 
Note: See TracChangeset for help on using the changeset viewer.