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/pjsip/src/test-pjsip/msg_test.c

    r1372 r1451  
    10861086        return -1510; 
    10871087 
    1088     if (pj_strcmp2(&hdr->id, "-.!%*_+`'~()<>:\\\"/[]?{}\r\n")) 
     1088    if (pj_strcmp2(&hdr->id, "-.!%*_+`'~()<>:\\\"/[]?{}")) 
    10891089        return -1520; 
    10901090 
Note: See TracChangeset for help on using the changeset viewer.