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/pjlib/src/pj/log.c

    r1042 r1266  
    147147    } 
    148148    len = len + print_len; 
    149     if (len > 0 && len < sizeof(log_buffer)-2) { 
     149    if (len > 0 && len < (int)sizeof(log_buffer)-2) { 
    150150        if (log_decor & PJ_LOG_HAS_CR) { 
    151151            log_buffer[len++] = '\r'; 
Note: See TracChangeset for help on using the changeset viewer.