Ignore:
Timestamp:
Oct 25, 2011 4:39:59 AM (12 years ago)
Author:
bennylp
Message:

Minor (#1393): compilation warning with snprintf format

File:
1 edited

Legend:

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

    r3847 r3848  
    18561856        /* Then get the codec info from the codec manager */ 
    18571857        pj_ansi_snprintf(codec_id, sizeof(codec_id), "%.*s/",  
    1858                          rtpmap->enc_name.slen, rtpmap->enc_name.ptr); 
     1858                         (int)rtpmap->enc_name.slen, rtpmap->enc_name.ptr); 
    18591859        codec_id_st = pj_str(codec_id); 
    18601860        i = 1; 
Note: See TracChangeset for help on using the changeset viewer.