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_ua_layer.c

    r292 r315  
    766766        userinfo[len] = '\0'; 
    767767     
    768     len = pj_snprintf(buf, size, "%s[%s]  %s", 
    769                       title, 
    770                       (dlg->state==PJSIP_DIALOG_STATE_NULL ? " - " : 
     768    len = pj_ansi_snprintf(buf, size, "%s[%s]  %s", 
     769                           title, 
     770                           (dlg->state==PJSIP_DIALOG_STATE_NULL ? " - " : 
    771771                                                             "est"), 
    772772                      userinfo); 
Note: See TracChangeset for help on using the changeset viewer.