Navigation


Changeset 406:345f3541df81 in freeDiameter for extensions/test_app/ta_serv.c


Ignore:
Timestamp:
Jul 8, 2010, 2:59:08 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix a few additional warnings on 64bits arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/test_app/ta_serv.c

    r403 r406  
    6969                struct avp_hdr * hdr;
    7070                CHECK_FCT( fd_msg_avp_hdr( a, &hdr ) );
    71                 fprintf(stderr, "'%.*s'", hdr->avp_value->os.len, hdr->avp_value->os.data);
     71                fprintf(stderr, "'%.*s'", (int)hdr->avp_value->os.len, hdr->avp_value->os.data);
    7272        } else {
    7373                fprintf(stderr, "no_Origin-Host");
Note: See TracChangeset for help on using the changeset viewer.