X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ortp_send.c;h=18b5edd345fe66c048ee1dc0f2eaa4911e617fbe;hp=0bccca98f8f844981dceb86a0b3e8fedc2cc425d;hb=39e304a0adbeee8d606f3c003a338c93f48dd16b;hpb=ee988d96e32b99b1bc0b33f095fda2ffc54cf705 diff --git a/ortp_send.c b/ortp_send.c index 0bccca98..18b5edd3 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -159,7 +159,7 @@ static void ortp_send(long unsigned current_chunk, long unsigned chunks_sent, { struct ortp_target *ot, *tmp; size_t sendbuf_len; - size_t header_len = 0; + unsigned header_len = 0; int packet_type = ORTP_DATA; char *sendbuf, *header_buf = NULL; struct timeval *chunk_tv;