Ignore:
Timestamp:
Aug 6, 2010 7:18:08 AM (14 years ago)
Author:
nanang
Message:

Misc (re #1068): fix compile errors/warnings on Symbian S60 5th ed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/presence_body.c

    r3045 r3255  
    127127                                   pt.year, pt.mon+1, pt.day,  
    128128                                   pt.hour, pt.min, pt.sec, pt.msec); 
    129           if (tslen > 0 && tslen < sizeof(buf)) { 
     129          if (tslen > 0 && tslen < (int)sizeof(buf)) { 
    130130              pj_str_t time = pj_str(buf); 
    131131              pjpidf_tuple_set_timestamp(pool, pidf_tuple, &time); 
Note: See TracChangeset for help on using the changeset viewer.