Ignore:
Timestamp:
May 11, 2007 3:14:34 PM (17 years ago)
Author:
bennylp
Message:

HUGE changeset to make the rest of the libraries compile with C++ mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/sdp.c

    r1240 r1266  
    461461                           rtpmap->param.ptr); 
    462462 
    463     if (len < 1 || len > sizeof(tempbuf)) 
     463    if (len < 1 || len > (int)sizeof(tempbuf)) 
    464464        return PJMEDIA_SDP_ERTPMAPTOOLONG; 
    465465 
Note: See TracChangeset for help on using the changeset viewer.