Ignore:
Timestamp:
Aug 1, 2010 1:48:49 PM (14 years ago)
Author:
bennylp
Message:

Re #1070 (multipart): modified Visual Studio projects

File:
1 edited

Legend:

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

    r3243 r3244  
    175175    struct multipart_data *dst; 
    176176    const pjsip_multipart_part *src_part; 
     177 
     178    PJ_UNUSED_ARG(len); 
    177179 
    178180    src = (const struct multipart_data*) data; 
     
    512514 
    513515    /* Get the boundary value in the ctype */ 
     516    boundary.ptr = NULL; 
    514517    boundary.slen = 0; 
    515518    ctype_param = pjsip_param_find(&ctype->param, &STR_BOUNDARY); 
Note: See TracChangeset for help on using the changeset viewer.