From 6ab1256d9cf3e6e518e5967ad07e32bb2268f718 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 11 Dec 2007 17:48:36 +0100 Subject: [PATCH] Fix a gcc warning on MacOS. --- ortp_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ortp_send.c b/ortp_send.c index 0c6cccb9..a1661a7f 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -162,7 +162,7 @@ static void ortp_send(long unsigned current_chunk, long unsigned chunks_sent, { struct ortp_target *ot, *tmp; size_t sendbuf_len; - unsigned header_len = 0; + size_t header_len = 0; int packet_type = ORTP_DATA; char *sendbuf, *header_buf = NULL; struct timeval *chunk_tv; -- 2.39.2