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-ua/sip_inv.c

    r283 r315  
    396396 
    397397    /* Object name will use the same dialog pointer. */ 
    398     pj_snprintf(inv->obj_name, PJ_MAX_OBJ_NAME, "inv%p", dlg); 
     398    pj_ansi_snprintf(inv->obj_name, PJ_MAX_OBJ_NAME, "inv%p", dlg); 
    399399 
    400400    /* Create negotiator if local_sdp is specified. */ 
     
    794794 
    795795    /* Object name will use the same dialog pointer. */ 
    796     pj_snprintf(inv->obj_name, PJ_MAX_OBJ_NAME, "inv%p", dlg); 
     796    pj_ansi_snprintf(inv->obj_name, PJ_MAX_OBJ_NAME, "inv%p", dlg); 
    797797 
    798798    /* Parse SDP in message body, if present. */ 
Note: See TracChangeset for help on using the changeset viewer.