Ignore:
Timestamp:
May 25, 2016 6:33:26 AM (8 years ago)
Author:
ming
Message:

Re #1917 (misc): Suppress empty-body warning and "logical not is only applied to the left hand side of this comparison" warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r5314 r5317  
    45164516 
    45174517    if (refer_sub) { 
    4518         if (!pj_strnicmp2(&refer_sub->hvalue, "true", 4)==0) 
     4518        if (pj_strnicmp2(&refer_sub->hvalue, "true", 4)!=0) 
    45194519            no_refer_sub = PJ_TRUE; 
    45204520    } 
Note: See TracChangeset for help on using the changeset viewer.