Ignore:
Timestamp:
Feb 7, 2006 8:56:50 PM (18 years ago)
Author:
bennylp
Message:

Updated Makefile for cygwin/mingw build and fix misc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_msg.c

    r139 r145  
    17171717                                     text->slen + 2);   /* text */ 
    17181718    hvalue.slen = pj_sprintf(hvalue.ptr, "%u %.*s \"%.*s\"", 
    1719                              code, host->slen, host->ptr, 
    1720                              text->slen, text->ptr); 
     1719                             code, (int)host->slen, host->ptr, 
     1720                             (int)text->slen, text->ptr); 
    17211721 
    17221722    return pjsip_generic_string_hdr_create(pool, &str_warning, &hvalue); 
Note: See TracChangeset for help on using the changeset viewer.