Ignore:
Timestamp:
Nov 21, 2005 5:07:18 PM (18 years ago)
Author:
bennylp
Message:

Optimization here and there, changes because of PJLIB modifications

File:
1 edited

Legend:

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

    r65 r74  
    4747    const pjsip_param *p = param_list->next; 
    4848    while (p != param_list) { 
    49         if (pj_stricmp(&p->name, name)==0) 
     49        if (pj_stricmp_alnum(&p->name, name)==0) 
    5050            return p; 
    5151        p = p->next; 
Note: See TracChangeset for help on using the changeset viewer.