Ignore:
Timestamp:
Sep 24, 2007 9:16:48 PM (17 years ago)
Author:
bennylp
Message:

Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath-test/stun.c

    r1439 r1451  
    638638 
    639639        pos = cmp_buf(buf, (const pj_uint8_t*)v->pdu, len); 
    640         if (pos != -1) { 
     640        if (pos != (unsigned)-1) { 
    641641            PJ_LOG(1,(THIS_FILE, "    Message mismatch at byte %d", pos)); 
    642642            rc = -1060; 
Note: See TracChangeset for help on using the changeset viewer.