Ignore:
Timestamp:
Sep 16, 2008 5:02:48 PM (16 years ago)
Author:
nanang
Message:

Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Parker for the patch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/transport_test.c

    r2188 r2286  
    543543 
    544544    /* Initialize static test data. */ 
    545     pj_native_strcpy(rt_target_uri, target_url); 
     545    pj_ansi_strcpy(rt_target_uri, target_url); 
    546546    rt_call_id = pj_str("RT-Call-Id/"); 
    547547    rt_stop = PJ_FALSE; 
Note: See TracChangeset for help on using the changeset viewer.