]> git.tuebingen.mpg.de Git - paraslash.git/commit
ortp_send.c: fix a gcc warning
authorAndre Noll <maan@systemlinux.org>
Wed, 4 Jul 2007 14:41:01 +0000 (16:41 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 4 Jul 2007 14:41:01 +0000 (16:41 +0200)
commit39e304a0adbeee8d606f3c003a338c93f48dd16b
treec2b4ccec033dd513e9ebda76253e43b02882b674
parentee988d96e32b99b1bc0b33f095fda2ffc54cf705
ortp_send.c: fix a gcc warning

ortp_send.c:187: warning: passing argument 1 of 'vss_get_header' from incompatible pointer type

because vss_get_header expects an unsigned and we were passing a
size_t which is a different type e.g. for ppc.
ortp_send.c