Ignore:
Timestamp:
Jul 22, 2006 12:47:40 PM (18 years ago)
Author:
bennylp
Message:

Fixed bug in tel: URI unescaping code

File:
1 edited

Legend:

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

    r607 r619  
    165165    status = pj_cis_dup(&pjsip_TEL_PARSING_PVALUE_SPEC_ESC,  
    166166                        &pjsip_TEL_PARSING_PVALUE_SPEC); 
    167     pj_cis_del_str(&pjsip_TEL_PVALUE_SPEC_ESC, "%"); 
     167    pj_cis_del_str(&pjsip_TEL_PARSING_PVALUE_SPEC_ESC, "%"); 
    168168 
    169169    status = pjsip_register_uri_parser("tel", &tel_uri_parse); 
Note: See TracChangeset for help on using the changeset viewer.