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

    r184 r315  
    359359     
    360360    /* Initialize transport properties. */ 
    361     pj_sprintf(loop->base.obj_name, "loop%p", loop); 
     361    pj_ansi_sprintf(loop->base.obj_name, "loop%p", loop); 
    362362    loop->base.pool = pool; 
    363363    status = pj_atomic_create(pool, 0, &loop->base.ref_cnt); 
Note: See TracChangeset for help on using the changeset viewer.