projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ortp_send.c: fix a gcc warning
[paraslash.git]
/
ortp_send.c
diff --git
a/ortp_send.c
b/ortp_send.c
index
0bccca9
..
18b5edd
100644
(file)
--- 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;