]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ortp_send.c
make all: Also build man pages.
[paraslash.git] / ortp_send.c
index 0c6cccb902a7be84f0f4ce1d40c699c7ff544cda..597068a82184ce93262ac6befd60566464207b2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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;